Skip to content

Commit

Permalink
update blog post search
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Feb 8, 2025
1 parent 505fe1d commit 61bec5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/blog-posts-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function BlogPostsSearch({ search }: { search: string }) {
startTransition(() => {
router.push(`?search=${urlValue}`);
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [debouncedSearchValue]);

return (
Expand Down

0 comments on commit 61bec5a

Please sign in to comment.