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