mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
store path in flowstate as well
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
initialPath && initialPath != '' ? `flow-${initialPath}` : 'flow',
|
||||
encodeState({
|
||||
flow: $flowStore,
|
||||
path: $pathStore,
|
||||
selectedId: $selectedIdStore
|
||||
})
|
||||
)
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
])
|
||||
|
||||
flow = state.flow
|
||||
initialPath = state.path
|
||||
state?.selectedId && (selectedId = state?.selectedId)
|
||||
} else {
|
||||
if (templatePath) {
|
||||
|
||||
Reference in New Issue
Block a user