gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: fix #8445


From: gnunet
Subject: [taler-wallet-core] 01/02: fix #8445
Date: Mon, 19 Feb 2024 19:23:09 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 12a7294ce9c35da82b052f472579c7fe9479ca84
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Feb 19 14:41:13 2024 -0300

    fix #8445
---
 packages/demobank-ui/src/pages/WalletWithdrawForm.tsx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx 
b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
index 196ee9d63..ecb3eb4fc 100644
--- a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
+++ b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
@@ -85,10 +85,12 @@ function OldWithdrawalForm({
       wopid: bankState.currentWithdrawalOperationId,
     });
     return (
-      <Attention type="warning" title={i18n.str`There is an operation 
already`}>
+      <Attention type="warning" title={i18n.str`There is an operation 
already`} onClose={() => {
+        updateBankState("currentWithdrawalOperationId", undefined);
+      }}>
         <span ref={focus ? doAutoFocus : undefined} />
         <i18n.Translate>
-          Complete or cancel the operation in
+          Complete the operation in
         </i18n.Translate>{" "}
         <a
           class="font-semibold text-yellow-700 hover:text-yellow-600"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]