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
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()