remove uneeded add action button

This commit is contained in:
Peter Clement 2021-11-18 14:29:31 +00:00
parent b902e017dd
commit d16ea91082
1 changed files with 0 additions and 9 deletions

View File

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