From 32bea9bb4abee37940d773665bcf862f74ccf6ac Mon Sep 17 00:00:00 2001 From: cpl121 Date: Mon, 20 May 2024 15:54:08 +0200 Subject: [PATCH] fix: error --- packages/desktop/components/popups/AllotManaPopup.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/desktop/components/popups/AllotManaPopup.svelte b/packages/desktop/components/popups/AllotManaPopup.svelte index 144bf3e2074..29181c187b5 100644 --- a/packages/desktop/components/popups/AllotManaPopup.svelte +++ b/packages/desktop/components/popups/AllotManaPopup.svelte @@ -101,6 +101,7 @@ ...getDefaultTransactionOptions(), manaAllotments: { [accountId]: Number(_amount) }, }) + transactionInfo.preparedTransactionError = undefined } catch (error) { console.error(error) transactionInfo.preparedTransaction = undefined