Browse Source

remove uneeded add action button

pull/3441/head
Peter Clement 5 years ago
parent
commit
c40cffc34d
  1. 9
      packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte

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

@ -150,15 +150,6 @@
>Finish and test automation</Button
>
{/if}
<Button
disabled={!hasCompletedInputs}
on:click={() => {
setupToggled = false
actionModal.show()
}}
primary={!isTrigger}
cta={isTrigger}>Add Action</Button
>
{/if}
</Layout>
</div>

Loading…
Cancel
Save