1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

enable 'add action' button when inputs completed

This commit is contained in:
Peter Clement 2021-10-11 11:35:07 +01:00
parent 8744e50ded
commit eba9bd79f6

View file

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