Skip to content

Commit

Permalink
Small fixes to organisation select component
Browse files Browse the repository at this point in the history
  • Loading branch information
erikao1998 committed Jan 24, 2024
1 parent f927e9d commit c6c6298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/Choices/OrganisationSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const OrganisationSelect = ({
</Box>
)}
/>
{input && input.length > 3 && (
{input && input.length > 1 && (
<OrganisationList
inputOrganisation={watch(question.id.toString())}
questionId={question.id.toString()}
Expand Down

0 comments on commit c6c6298

Please sign in to comment.