fix: show all currency if not specified (#3586)
This commit is contained in:
@@ -128,7 +128,11 @@
|
||||
@change="updateWallet({currency: g.wallet.currency})"
|
||||
type="text"
|
||||
:disable="g.fiatTracking"
|
||||
:options="g.allowedCurrencies"
|
||||
:options="
|
||||
g.allowedCurrencies.length > 0
|
||||
? g.allowedCurrencies
|
||||
: g.currencies
|
||||
"
|
||||
:label="$t('currency_settings')"
|
||||
></q-select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user