From 0b3a5f2ff3ba3b904fbee2e62ef252a62a8d669a Mon Sep 17 00:00:00 2001 From: xingyu Date: Sun, 15 Oct 2023 17:33:42 +0800 Subject: [PATCH] chore: Remove the unnecessary pagesize attribute --- src/components/Table/src/hooks/usePagination.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Table/src/hooks/usePagination.tsx b/src/components/Table/src/hooks/usePagination.tsx index 541d6138..e9038f1f 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 }),