Skip to content

Commit

Permalink
Show 20 per page by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Apr 18, 2023
1 parent ba745ef commit 880aed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/usePagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { TablePaginationSettings } from 'design-system/components/table/types'
import { useCallback, useState } from 'react'

export const usePagination = ({
defaultPagination = { page: 0, perPage: 100 },
defaultPagination = { page: 0, perPage: 20 },
}: {
defaultPagination?: TablePaginationSettings
} = {}) => {
Expand Down

0 comments on commit 880aed3

Please sign in to comment.