|
|
|
@ -2256,7 +2256,7 @@ const workflowStoreImpl: StateCreator<WorkflowStore> = (set, get) => ({ |
|
|
|
workflowName: workflow.name, |
|
|
|
saveDirectoryPath: directoryPath || null, |
|
|
|
generationsPath: savedConfig?.generationsPath |
|
|
|
|| (directoryPath && isBrowserFileSystemPath(directoryPath) |
|
|
|
|| (typeof directoryPath === "string" && isBrowserFileSystemPath(directoryPath) |
|
|
|
? joinBrowserFileSystemPath(directoryPath, "generations") |
|
|
|
: null), |
|
|
|
lastSavedAt: savedConfig?.lastSavedAt || null, |
|
|
|
|