Skip to content

Commit

Permalink
fix(fe-piattaforma): fix paginazione registro caricamenti massivi 202…
Browse files Browse the repository at this point in the history
…41017
  • Loading branch information
sgravinadxc committed Oct 17, 2024
1 parent a31f8d0 commit 59341f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const ActivityReportTable = forwardRef(function ActivityReportTable(
() => {
return {
search() {
if (pagination) searchReports(pagination.number + 1);
if (pagination) searchReports(pagination.number);
},
};
},
Expand Down

0 comments on commit 59341f1

Please sign in to comment.