From 6fe99c7f3ed3704d2a4bb15ebd992350bedff55f Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:08:11 +0530 Subject: [PATCH] fix: custom search select query fix (#1610) --- apps/app/components/ui/dropdowns/custom-search-select.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app/components/ui/dropdowns/custom-search-select.tsx b/apps/app/components/ui/dropdowns/custom-search-select.tsx index 22f66626e..2afa5bd72 100644 --- a/apps/app/components/ui/dropdowns/custom-search-select.tsx +++ b/apps/app/components/ui/dropdowns/custom-search-select.tsx @@ -109,6 +109,7 @@ export const CustomSearchSelect = ({ setQuery(e.target.value)} placeholder="Type to search..." displayValue={(assigned: any) => assigned?.name}