Skip to content

Commit

Permalink
commented line in Pagination/index
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Dec 9, 2024
1 parent a089841 commit 23ece7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/organisms/Pagination/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ const RenderPagination = (props) => {
const onSetPage = useCallback(
(_evt, newPage, _perPage, startIdx, endIdx) => {
dispatch(setPage(newPage, props.type));
// dispatch(checkTableData(newPage, props.type));
},
[dispatch, props.type]
);
const onPerPageSelect = useCallback(
(_evt, newPerPage, newPage, startIdx, endIdx) => {
dispatch(setPageOptions(newPage, newPerPage, props.type));
// dispatch(checkTableData(newPage, props.type));
},
[dispatch, props.type]
);
Expand Down

0 comments on commit 23ece7e

Please sign in to comment.