From 4a78aa6177adbbcfdf922b1917f67625f2578f96 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Fri, 22 Aug 2025 00:28:58 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/custom-components/pro-table/pro-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }