fix: custom css is optional
This commit is contained in:
parent
ce3eab9522
commit
3fbb6bb9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@
|
||||||
this.createTheme(wallet, data)
|
this.createTheme(wallet, data)
|
||||||
},
|
},
|
||||||
sendFormDataCharge: function () {
|
sendFormDataCharge: function () {
|
||||||
this.formDialogCharge.data.custom_css = this.formDialogCharge.data.custom_css.id
|
this.formDialogCharge.data.custom_css = this.formDialogCharge.data.custom_css?.id
|
||||||
const data = this.formDialogCharge.data
|
const data = this.formDialogCharge.data
|
||||||
const wallet = this.g.user.wallets[0].inkey
|
const wallet = this.g.user.wallets[0].inkey
|
||||||
data.amount = parseInt(data.amount)
|
data.amount = parseInt(data.amount)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue