diff --git a/src/store/workflowStore.ts b/src/store/workflowStore.ts index 04f2562f..c505f395 100644 --- a/src/store/workflowStore.ts +++ b/src/store/workflowStore.ts @@ -1956,6 +1956,7 @@ const workflowStoreImpl: StateCreator = (set, get) => ({ version: 1, id: workflowId, name: workflowName, + directoryPath: saveDirectoryPath, nodes: currentNodes, edges, edgeStyle,