Fix missing automation ID reference
This commit is contained in:
parent
e2a81836a2
commit
fadad422a1
|
@ -13,6 +13,7 @@
|
|||
selectedAutomation,
|
||||
} from "@/stores/builder"
|
||||
|
||||
$: automationId = $selectedAutomation?.data?._id
|
||||
$: builderStore.selectResource(automationId)
|
||||
|
||||
const stopSyncing = syncURLToState({
|
||||
|
|
Loading…
Reference in New Issue