From 1537b06e00a8ae114d2b981e6f33881d5e31faf5 Mon Sep 17 00:00:00 2001 From: Tiago vasconcelos Date: Wed, 10 Nov 2021 17:00:53 +0000 Subject: [PATCH] reset form --- lnbits/extensions/satspay/templates/satspay/index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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)