mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-21 14:10:30 +02:00
show wallet names in dropdown (#2653)
Extensions will need it also Fix #2517
This commit is contained in:
committed by
GitHub
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"
|
||||
|
Reference in New Issue
Block a user