Restore missing code
This commit is contained in:
parent
ceb6175ab1
commit
1f08d6b496
|
@ -17,6 +17,9 @@
|
||||||
$: builderStore.selectResource(automationId)
|
$: builderStore.selectResource(automationId)
|
||||||
|
|
||||||
const stopSyncing = syncURLToState({
|
const stopSyncing = syncURLToState({
|
||||||
|
urlParam: "automationId",
|
||||||
|
stateKey: "selectedAutomationId",
|
||||||
|
validate: id => $automationStore.automations.some(x => x._id === id),
|
||||||
fallbackUrl: "./index",
|
fallbackUrl: "./index",
|
||||||
store: automationStore,
|
store: automationStore,
|
||||||
update: automationStore.actions.select,
|
update: automationStore.actions.select,
|
||||||
|
|
Loading…
Reference in New Issue