Skip to content

Commit 1da464a

Browse files
authored
patches for v2.1.85 (#949)
* don't notify on error * 2.1.86
1 parent 50430b6 commit 1da464a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/ui",
3-
"version": "2.1.85",
3+
"version": "2.1.86",
44
"type": "module",
55
"description": "Temporal.io UI",
66
"keywords": [

src/lib/services/workflow-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export const cancelWorkflow = async (
184184

185185
return requestFromAPI(route, {
186186
request,
187+
notifyOnError: false,
187188
options: {
188189
method: 'POST',
189190
},

0 commit comments

Comments
 (0)