uneeded reactive statement

This commit is contained in:
Peter Clement 2022-04-12 11:43:01 +01:00
parent dfa37bc65e
commit aa60f8697f
1 changed files with 1 additions and 1 deletions

View File

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