From 55a1e8c6e1ab34702525aadf18b1acce2d06e616 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 10 May 2023 15:01:56 -0300 Subject: fix form --- packages/exchange-backoffice-ui/src/forms/InputChoice.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/exchange-backoffice-ui/src/forms/InputChoice.tsx') diff --git a/packages/exchange-backoffice-ui/src/forms/InputChoice.tsx b/packages/exchange-backoffice-ui/src/forms/InputChoice.tsx index dae5ff34a..0e1b32cba 100644 --- a/packages/exchange-backoffice-ui/src/forms/InputChoice.tsx +++ b/packages/exchange-backoffice-ui/src/forms/InputChoice.tsx @@ -43,7 +43,7 @@ export function InputChoiceStacked( } return ( -
+
{ onChange(choice.value); }} -- cgit v1.2.3