diff --git a/src/components/Table/src/hooks/usePagination.tsx b/src/components/Table/src/hooks/usePagination.tsx index ba310bd14ca..1ace590936e 100644 --- a/src/components/Table/src/hooks/usePagination.tsx +++ b/src/components/Table/src/hooks/usePagination.tsx @@ -48,7 +48,6 @@ export function usePagination(refProps: ComputedRef) { return { current: 1, - pageSize: PAGE_SIZE, size: 'small', defaultPageSize: PAGE_SIZE, showTotal: (total) => t('component.table.total', { total }),