mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: workflow canvas sync (#33030)
This commit is contained in:
@ -100,6 +100,7 @@ export const useWorkflowInit = () => {
|
||||
},
|
||||
}).then((res) => {
|
||||
workflowStore.getState().setDraftUpdatedAt(res.updated_at)
|
||||
setSyncWorkflowDraftHash(res.hash)
|
||||
handleGetInitialWorkflowData()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user