mirror of https://github.com/langgenius/dify.git
fix: sync vibe apply immediately
This commit is contained in:
parent
f4427241b1
commit
6b6d6e9434
|
|
@ -714,7 +714,7 @@ export const useWorkflowVibe = () => {
|
|||
setNodes(vibePanelPreviewNodes)
|
||||
setEdges(vibePanelPreviewEdges)
|
||||
saveStateToHistory(WorkflowHistoryEvent.NodeAdd, { nodeId: vibePanelPreviewNodes[0].id })
|
||||
handleSyncWorkflowDraft()
|
||||
handleSyncWorkflowDraft(true, true)
|
||||
|
||||
workflowStore.setState(state => ({
|
||||
...state,
|
||||
|
|
|
|||
Loading…
Reference in New Issue