Skip to content

Commit

Permalink
fix(web): Fix react error in search input
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Oct 12, 2024
1 parent 1b09682 commit 6035dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/components/dashboard/search/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const SearchInput = React.forwardRef<
value={value}
onChange={onChange}
placeholder="Search"
defaultValue={searchQuery}
className={className}
{...props}
/>
Expand Down

0 comments on commit 6035dff

Please sign in to comment.