mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-23 17:55:46 +08:00
Fix variable typo (#8084)
This commit is contained in:
@@ -155,7 +155,7 @@ export const useEdgesInteractions = () => {
|
||||
|
||||
const newEdges = produce(edges, (draft) => {
|
||||
draft.forEach((edge) => {
|
||||
edge.data._runned = false
|
||||
edge.data._run = false
|
||||
})
|
||||
})
|
||||
setEdges(newEdges)
|
||||
|
||||
Reference in New Issue
Block a user