fix: workflow canvas sync (#33030)

This commit is contained in:
zxhlyh
2026-03-05 15:08:37 +08:00
committed by GitHub
parent 1819b87a56
commit f3c840a60e
6 changed files with 308 additions and 7 deletions

View File

@ -100,6 +100,7 @@ export const useWorkflowInit = () => {
},
}).then((res) => {
workflowStore.getState().setDraftUpdatedAt(res.updated_at)
setSyncWorkflowDraftHash(res.hash)
handleGetInitialWorkflowData()
})
}