reset data (#819)
This commit is contained in:
parent
925a7735da
commit
a1919e0619
1 changed files with 7 additions and 1 deletions
|
|
@ -421,7 +421,13 @@
|
||||||
this.formDialog = {
|
this.formDialog = {
|
||||||
show: false,
|
show: false,
|
||||||
fixedAmount: true,
|
fixedAmount: true,
|
||||||
data: {}
|
data: {
|
||||||
|
haircut: 0,
|
||||||
|
min_bet: 10,
|
||||||
|
max_bet: 1000,
|
||||||
|
currency: 'satoshis',
|
||||||
|
comment_chars: 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
updatePayLink(wallet, data) {
|
updatePayLink(wallet, data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue