diff --git a/src/frontend/src/pages/StorePage/index.tsx b/src/frontend/src/pages/StorePage/index.tsx index fa01ac258..61453710c 100644 --- a/src/frontend/src/pages/StorePage/index.tsx +++ b/src/frontend/src/pages/StorePage/index.tsx @@ -88,6 +88,7 @@ export default function StorePage(): JSX.Element { }) .catch((err) => { setSearchData([]); + setTotalRowsCount(0); setLoading(false); setErrorData({ title: "Error to get components.",