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

enable 'add action' button when inputs completed

This commit is contained in:
Peter Clement 2021-10-11 11:35:07 +01:00
parent 47adf12a4a
commit 8b97588851

View file

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