From da232eeeea2f50524cdbc543c92e31179341d88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=97=E5=98=89=E7=94=B7?= <574980606@qq.com> Date: Wed, 5 Jul 2023 15:10:10 +0800 Subject: [PATCH] fix --- components/table/Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/Table.tsx b/components/table/Table.tsx index d1de7dc45e..0820749e57 100644 --- a/components/table/Table.tsx +++ b/components/table/Table.tsx @@ -13,7 +13,7 @@ import { import type { RefTable } from './interface'; export type AnyObject = Record; -// + const Table = ( props: TableProps, ref: React.Ref,