1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

missed naming

This commit is contained in:
Peter Clement 2024-01-15 10:39:40 +00:00
parent e6b892d58f
commit 785b93e472

View file

@ -24,7 +24,10 @@
let selectedAction
let actionVal
let actions = Object.entries($automationStore.blockDefinitions.ACTION)
let lockedFeatures = [ActionStepID.COLLECT, ActionStepID.TRIGGER]
let lockedFeatures = [
ActionStepID.COLLECT,
ActionStepID.TRIGGER_AUTOMATION_RUN,
]
$: collectBlockExists = checkForCollectStep($selectedAutomation)