diff --git a/cope2n-fe/src/components/report-detail/report-table.tsx b/cope2n-fe/src/components/report-detail/report-table.tsx index ae88e73..e74dcc6 100644 --- a/cope2n-fe/src/components/report-detail/report-table.tsx +++ b/cope2n-fe/src/components/report-detail/report-table.tsx @@ -14,7 +14,7 @@ const ReportTable: React.FC = () => { const navigate = useNavigate(); const [pagination, setPagination] = useState(() => ({ - page: report_data?.page.total_pages || 1, + page: 1, page_size: 10, }));