reset data (#819)

This commit is contained in:
Tiago Vasconcelos
2022-08-01 12:57:30 +02:00
committed by GitHub
parent 925a7735da
commit a1919e0619
@@ -421,7 +421,13 @@
this.formDialog = {
show: false,
fixedAmount: true,
data: {}
data: {
haircut: 0,
min_bet: 10,
max_bet: 1000,
currency: 'satoshis',
comment_chars: 0
}
}
},
updatePayLink(wallet, data) {