mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 23:19:02 +08:00
fix: workflow continue on error edge color (#11689)
This commit is contained in:
parent
41de7e76ec
commit
9f602f73eb
@ -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…
x
Reference in New Issue
Block a user