mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
show wallet names in dropdown (#2653)
Extensions will need it also Fix #2517
This commit is contained in:
parent
65ecca2507
commit
cbe858b385
@ -471,6 +471,7 @@
|
||||
filled
|
||||
dense
|
||||
emit-value
|
||||
map-options
|
||||
v-model="release.wallet"
|
||||
:options="g.user.walletOptions"
|
||||
:label="$t('wallet_required')"
|
||||
@ -607,6 +608,7 @@
|
||||
filled
|
||||
dense
|
||||
emit-value
|
||||
map-options
|
||||
v-model="selectedExtension.payToEnable.wallet"
|
||||
:options="g.user.walletOptions"
|
||||
label="Wallet *"
|
||||
@ -721,6 +723,7 @@
|
||||
dense
|
||||
v-model="selectedExtension.payToEnable.paymentWallet"
|
||||
emit-value
|
||||
map-options
|
||||
:options="g.user.walletOptions"
|
||||
:label="$t('wallet_required')"
|
||||
class="q-mt-sm"
|
||||
|
Loading…
Reference in New Issue
Block a user