fix: quotation disable selectInstallment invoice btn when not selected
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
f3342dfbda
commit
d60f858582
1 changed files with 1 additions and 0 deletions
|
|
@ -2313,6 +2313,7 @@ function covertToNode() {
|
|||
>
|
||||
<MainButton
|
||||
solid
|
||||
:disabled="selectedInstallment.length === 0"
|
||||
icon="mdi-account-multiple-check-outline"
|
||||
class="q-ml-sm"
|
||||
color="207 96% 32%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue