fix: admin_ui js error (#1982)
* fix: admin_ui js error undefined formData.lnbits_allowed_currencies JS error in console * vlad suggestion
This commit is contained in:
parent
36445732d2
commit
33f4c6fde7
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
clearable
|
||||
hint="Default currency for accounting"
|
||||
label="Currency"
|
||||
:options="formData.lnbits_allowed_currencies.length ? formData.lnbits_allowed_currencies : {{ currencies }}"
|
||||
:options="formData.lnbits_allowed_currencies?.length ? formData.lnbits_allowed_currencies : {{ currencies }}"
|
||||
></q-select>
|
||||
<br />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue