From 769bf6bb67149e87fda9912fba9f8dd40918255b Mon Sep 17 00:00:00 2001 From: Ville Virtanen Date: Wed, 30 Oct 2024 15:36:48 +0200 Subject: [PATCH] Bug overround. --- app/components/form/CompanyForm.tsx | 31 ++++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/app/components/form/CompanyForm.tsx b/app/components/form/CompanyForm.tsx index 052878b..229d5c2 100644 --- a/app/components/form/CompanyForm.tsx +++ b/app/components/form/CompanyForm.tsx @@ -20,15 +20,7 @@ const CompanyForm = () => { }; return ( <> -
{translatePageText("findCompany")}
-
- findCompany(e.target.value)} - type='text' - > -
+

{ }} >
{translatePageText("exampleCompanyIDs")}
-
"7777777-1"
-
"8888888-1"
-
"9999999-1"
+ + +
);