mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
Fix onchain support
This commit is contained in:
@@ -189,12 +189,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="formDialogCharge.data.onchain">
|
<div v-if="serviceDialog.data.chain">
|
||||||
<q-select
|
<q-select
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
emit-value
|
emit-value
|
||||||
v-model="walletDialog.data.onchain"
|
v-model="serviceDialog.data.onchain"
|
||||||
:options="walletLinks"
|
:options="walletLinks"
|
||||||
label="Chain Wallet"
|
label="Chain Wallet"
|
||||||
/>
|
/>
|
||||||
@@ -494,6 +494,7 @@
|
|||||||
|
|
||||||
created: function () {
|
created: function () {
|
||||||
if (this.g.user.wallets.length) {
|
if (this.g.user.wallets.length) {
|
||||||
|
this.getWalletLinks()
|
||||||
this.getDonations()
|
this.getDonations()
|
||||||
this.getServices()
|
this.getServices()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user