Skip to content

Commit

Permalink
Fix [Jobs] Wrong default number of items for pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
mavdryk committed Dec 9, 2024
1 parent bde2cdd commit b53ba42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/usePagination.hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import {
} from '../constants'

export const usePagination = ({
bePageSize = 10,
bePageSize = 1000,
content = [],
fePageSize = 2,
fePageSize = 50,
filters,
hidden = false,
paginationConfigRef,
Expand Down

0 comments on commit b53ba42

Please sign in to comment.