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
1 changed files with 1 additions and 1 deletions

View File

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