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

pull/11681/head^2
zxhlyh 1 year ago committed by GitHub
parent 41de7e76ec
commit 9f602f73eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save