Skip to content

Commit

Permalink
fix order search result
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Sep 2, 2024
1 parent 1e8dded commit f8f6925
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/src/containers/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ const Search = () => {
onSearch();
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
useEffect(() => {
onSearch();
}, [sortField, sortDirection]);

const downloadQuery = async () => {
Expand Down

0 comments on commit f8f6925

Please sign in to comment.