Browse Source

chore: Remove the unnecessary pagesize attribute

main
xingyu 2 years ago
parent
commit
0b3a5f2ff3
  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 }),