Skip to content

Commit

Permalink
chore(Pagination): Remove the unnecessary pagesize attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Oct 13, 2023
1 parent cdac147 commit f5f7952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Table/src/hooks/usePagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export function usePagination(refProps: ComputedRef<BasicTableProps>) {

return {
current: 1,
pageSize: PAGE_SIZE,
size: 'small',
defaultPageSize: PAGE_SIZE,
showTotal: (total) => t('component.table.total', { total }),
Expand Down

0 comments on commit f5f7952

Please sign in to comment.