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} />