mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-21 06:12:03 +02:00
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
@ -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…
x
Reference in New Issue
Block a user