diff --git a/src/components/SearchResults/SearchResults.tsx b/src/components/SearchResults/SearchResults.tsx index 61f20a8..4d7fd4c 100644 --- a/src/components/SearchResults/SearchResults.tsx +++ b/src/components/SearchResults/SearchResults.tsx @@ -60,6 +60,8 @@ function SearchResults({ const [rowsPerPage, setRowsPerPage] = React.useState(10); const { t } = useTranslation() + // When filtering the seraching critera, update the page to 0 + // Please removce when the search Result has error useEffect(() => { setPage(0); }, [items]);