missed naming
This commit is contained in:
parent
e6b892d58f
commit
785b93e472
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue