mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01: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
|
||||
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…
Reference in New Issue
Block a user