From f89150d2b92d7b7b962a4c659b569624228eee57 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Fri, 21 Jul 2023 16:41:07 +0530 Subject: [PATCH] fix: custom search select query fix --- 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 ca3ff8a022b..43b3492ca6f 100644 --- a/apps/app/components/ui/dropdowns/custom-search-select.tsx +++ b/apps/app/components/ui/dropdowns/custom-search-select.tsx @@ -104,6 +104,7 @@ export const CustomSearchSelect = ({ setQuery(e.target.value)} placeholder="Type to search..." displayValue={(assigned: any) => assigned?.name}