From c6c6298cc8c448bae9909bfb1de326c63ec400fd Mon Sep 17 00:00:00 2001 From: erikao1998 Date: Wed, 24 Jan 2024 15:22:49 +0200 Subject: [PATCH] Small fixes to organisation select component --- src/client/components/Choices/OrganisationSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/Choices/OrganisationSelect.tsx b/src/client/components/Choices/OrganisationSelect.tsx index 311ce86..4e752cb 100644 --- a/src/client/components/Choices/OrganisationSelect.tsx +++ b/src/client/components/Choices/OrganisationSelect.tsx @@ -89,7 +89,7 @@ const OrganisationSelect = ({ )} /> - {input && input.length > 3 && ( + {input && input.length > 1 && (