aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/search/SearchInput.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-10-12 17:26:26 +0000
committerMohamedBassem <me@mbassem.com>2024-10-12 17:37:42 +0000
commit6035dff9ee3aae4dc945f77c56b2f736dcd8d0e1 (patch)
treed3c66b5ef8f8f37979b04422b03fabc3e6142cd7 /apps/web/components/dashboard/search/SearchInput.tsx
parent1b09682685f54f29957163be9b9f9fc2de3b49cc (diff)
downloadkarakeep-6035dff9ee3aae4dc945f77c56b2f736dcd8d0e1.tar.zst
fix(web): Fix react error in search input
Diffstat (limited to '')
-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}
/>