瀏覽代碼

fix: workflow continue on error edge color (#11689)

zxhlyh 4 月之前
父節點
當前提交
9f602f73eb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/app/components/workflow/hooks/use-workflow-run.ts

+ 1 - 0
web/app/components/workflow/hooks/use-workflow-run.ts

@@ -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)