diff --git a/lnbits/extensions/satspay/templates/satspay/index.html b/lnbits/extensions/satspay/templates/satspay/index.html index d941e90b..7c5b2114 100644 --- a/lnbits/extensions/satspay/templates/satspay/index.html +++ b/lnbits/extensions/satspay/templates/satspay/index.html @@ -509,6 +509,13 @@ .then(function (response) { self.ChargeLinks.push(mapCharge(response.data)) self.formDialogCharge.show = false + self.formDialogCharge.data = { + onchain: false, + lnbits: false, + description: '', + time: null, + amount: null + } }) .catch(function (error) { LNbits.utils.notifyApiError(error)