1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

uneeded reactive statement

This commit is contained in:
Peter Clement 2022-04-12 11:43:01 +01:00
parent dfa37bc65e
commit aa60f8697f

View file

@ -26,6 +26,7 @@
let actionModal
let resultsModal
let blockComplete
let showLooping = false
$: rowControl = $automationStore.selectedAutomation.automation.rowControl
$: showBindingPicker =
@ -55,7 +56,6 @@
$automationStore.selectedAutomation?.automation.definition.steps.find(
x => x.blockToLoop === block.id
)
$: showLooping = false
async function deleteStep() {
let loopBlock =