reset data (#819)

This commit is contained in:
Tiago Vasconcelos 2022-08-01 11:57:30 +01:00 committed by GitHub
parent 925a7735da
commit a1919e0619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {