commit 12a7294ce9c35da82b052f472579c7fe9479ca84 parent eb1500e517d475aad22cfe02c8a5c5c6acefe00a Author: Sebastian <sebasjm@gmail.com> Date: Mon, 19 Feb 2024 14:41:13 -0300 fix #8445 Diffstat:
| M | 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 @@ -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"