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>
|
||||||
</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()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue