Fix onchain support
This commit is contained in:
parent
5ddcb60525
commit
a18806ecf3
1 changed files with 3 additions and 2 deletions
|
|
@ -189,12 +189,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="formDialogCharge.data.onchain">
|
||||
<div v-if="serviceDialog.data.chain">
|
||||
<q-select
|
||||
filled
|
||||
dense
|
||||
emit-value
|
||||
v-model="walletDialog.data.onchain"
|
||||
v-model="serviceDialog.data.onchain"
|
||||
:options="walletLinks"
|
||||
label="Chain Wallet"
|
||||
/>
|
||||
|
|
@ -494,6 +494,7 @@
|
|||
|
||||
created: function () {
|
||||
if (this.g.user.wallets.length) {
|
||||
this.getWalletLinks()
|
||||
this.getDonations()
|
||||
this.getServices()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue