enable 'add action' button when inputs completed
This commit is contained in:
parent
8744e50ded
commit
eba9bd79f6
|
@ -151,7 +151,7 @@
|
|||
>
|
||||
{/if}
|
||||
<Button
|
||||
disabled={disableAddButton ? true : !hasCompletedInputs}
|
||||
disabled={!hasCompletedInputs}
|
||||
on:click={() => {
|
||||
setupToggled = false
|
||||
actionModal.show()
|
||||
|
|
Loading…
Reference in New Issue