Browse Source

chore(Pagination): Remove the unnecessary pagesize attribute

pull/3148/head
invalid w 3 years ago
parent
commit
f5f7952515
  1. 1
      src/components/Table/src/hooks/usePagination.tsx

1
src/components/Table/src/hooks/usePagination.tsx

@ -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 }),

Loading…
Cancel
Save