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
|
clearable
|
||||||
hint="Default currency for accounting"
|
hint="Default currency for accounting"
|
||||||
label="Currency"
|
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>
|
></q-select>
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue