From 6035dff9ee3aae4dc945f77c56b2f736dcd8d0e1 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 12 Oct 2024 17:26:26 +0000 Subject: fix(web): Fix react error in search input --- apps/web/components/dashboard/search/SearchInput.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/web/components/dashboard/search') diff --git a/apps/web/components/dashboard/search/SearchInput.tsx b/apps/web/components/dashboard/search/SearchInput.tsx index bab51ff2..73ab3544 100644 --- a/apps/web/components/dashboard/search/SearchInput.tsx +++ b/apps/web/components/dashboard/search/SearchInput.tsx @@ -29,7 +29,6 @@ const SearchInput = React.forwardRef< value={value} onChange={onChange} placeholder="Search" - defaultValue={searchQuery} className={className} {...props} /> -- cgit v1.2.3-70-g09d2