remove uneeded add action button
This commit is contained in:
parent
ace9d9b878
commit
c40cffc34d
|
@ -150,15 +150,6 @@
|
||||||
>Finish and test automation</Button
|
>Finish and test automation</Button
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
<Button
|
|
||||||
disabled={!hasCompletedInputs}
|
|
||||||
on:click={() => {
|
|
||||||
setupToggled = false
|
|
||||||
actionModal.show()
|
|
||||||
}}
|
|
||||||
primary={!isTrigger}
|
|
||||||
cta={isTrigger}>Add Action</Button
|
|
||||||
>
|
|
||||||
{/if}
|
{/if}
|
||||||
</Layout>
|
</Layout>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue