Skip to content

Commit

Permalink
patches for v2.1.85 (#949)
Browse files Browse the repository at this point in the history
* don't notify on error

* 2.1.86
  • Loading branch information
rossedfort committed Nov 17, 2022
1 parent 50430b6 commit 1da464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@temporalio/ui",
"version": "2.1.85",
"version": "2.1.86",
"type": "module",
"description": "Temporal.io UI",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/lib/services/workflow-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export const cancelWorkflow = async (

return requestFromAPI(route, {
request,
notifyOnError: false,
options: {
method: 'POST',
},
Expand Down

2 comments on commit 1da464a

@vercel
Copy link

@vercel vercel bot commented on 1da464a Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-lyart.vercel.app
ui-git-main.preview.thundergun.io
ui.preview.thundergun.io

@vercel
Copy link

@vercel vercel bot commented on 1da464a Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

holocene – ./

holocene.preview.thundergun.io
holocene-git-main.preview.thundergun.io

Please sign in to comment.