Skip to content

Commit

Permalink
feat: fetch 10 credits by page
Browse files Browse the repository at this point in the history
  • Loading branch information
flagrede committed Oct 17, 2023
1 parent 2e8df41 commit ce881bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const useFetchEcocredits = ({
const [paginationParams, setPaginationParams] =
useState<TablePaginationParams>({
page: 0,
rowsPerPage: DEFAULT_ROWS_PER_PAGE,
rowsPerPage: 10,
offset: 0,
});
const { page, rowsPerPage } = paginationParams;
Expand Down

0 comments on commit ce881bb

Please sign in to comment.