Bläddra i källkod

chore(Pagination): Remove the unnecessary pagesize attribute

invalid w 1 år sedan
förälder
incheckning
f5f7952515
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/components/Table/src/hooks/usePagination.tsx

+ 0 - 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 }),