diff --git a/packages/ui/src/custom-components/pro-table/pro-table.tsx b/packages/ui/src/custom-components/pro-table/pro-table.tsx index f48117b..de0ed1b 100644 --- a/packages/ui/src/custom-components/pro-table/pro-table.tsx +++ b/packages/ui/src/custom-components/pro-table/pro-table.tsx @@ -69,7 +69,7 @@ export interface ProTableProps { targetId: string | number | null, items: TData[], ) => Promise; - initialPagination: { + initialPagination?: { initialPageSize: number; }; }