We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50430b6 commit 1da464aCopy full SHA for 1da464a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@temporalio/ui",
3
- "version": "2.1.85",
+ "version": "2.1.86",
4
"type": "module",
5
"description": "Temporal.io UI",
6
"keywords": [
src/lib/services/workflow-service.ts
@@ -184,6 +184,7 @@ export const cancelWorkflow = async (
184
185
return requestFromAPI(route, {
186
request,
187
+ notifyOnError: false,
188
options: {
189
method: 'POST',
190
},
0 commit comments