Skip to content

Commit

Permalink
fix: workflow continue on error edge color (langgenius#11689)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh authored Dec 16, 2024
1 parent 41de7e7 commit 9f602f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/components/workflow/hooks/use-workflow-run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export const useWorkflowRun = () => {
const newNodes = produce(nodes, (draft) => {
draft.forEach((node) => {
node.data._waitingRun = true
node.data._runningBranchId = undefined
})
})
setNodes(newNodes)
Expand Down

0 comments on commit 9f602f7

Please sign in to comment.