Skip to content

Commit

Permalink
Changed 'onChangePage' to 'onPageChange' after the Material UI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanGrape committed Jul 23, 2022
1 parent c2dcdd1 commit 1f82cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/views/QueryView/QueryResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const QueryResults = ({ results }: QueryResultsProps) => {
count={results.length}
rowsPerPage={rowsPerPage}
page={page}
onChangePage={handleChangePage}
onPageChange={handleChangePage}
/>
</DarkPaperFull>
);
Expand Down

0 comments on commit 1f82cfa

Please sign in to comment.