From 410ba241ecb0ea192e49bc2e08d64c1f40c3294a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 5 Mar 2024 15:20:56 -0300 Subject: clear selection of currency in cashout --- .../src/pages/business/CreateCashout.tsx | 88 ++++++++++++++++++++-- 1 file changed, 81 insertions(+), 7 deletions(-) diff --git a/packages/demobank-ui/src/pages/business/CreateCashout.tsx b/packages/demobank-ui/src/pages/business/CreateCashout.tsx index 80cb64c4c..1a5fad1b1 100644 --- a/packages/demobank-ui/src/pages/business/CreateCashout.tsx +++ b/packages/demobank-ui/src/pages/business/CreateCashout.tsx @@ -463,6 +463,82 @@ export function CreateCashout({ +
+ + +
+ + +
+
+ {/* amount */}
@@ -470,12 +546,10 @@ export function CreateCashout({ class="block text-sm font-medium leading-6 text-gray-900" for="amount" > - {form.isDebit - ? i18n.str`Amount to send` - : i18n.str`Amount to receive`} + {i18n.str`Amount`} * - + */}
-
- + + ); } -- cgit v1.2.3