Browse Source

enable 'add action' button when inputs completed

master
Peter Clement 5 years ago
parent
commit
eba9bd79f6
  1. 2
      packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte

2
packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte

@ -151,7 +151,7 @@
>
{/if}
<Button
disabled={disableAddButton ? true : !hasCompletedInputs}
disabled={!hasCompletedInputs}
on:click={() => {
setupToggled = false
actionModal.show()

Loading…
Cancel
Save