1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

remove uneeded add action button

This commit is contained in:
Peter Clement 2021-11-18 14:29:31 +00:00
parent ace9d9b878
commit c40cffc34d

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>