aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/web/components/dashboard/search/SearchInput.tsx1
1 files changed, 0 insertions, 1 deletions
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}
/>