|
|
@ -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 = |
|
|
|