Skip to content

Commit 261936b

Browse files
committed
revert(table): revert form type annotation
1 parent 3cf7988 commit 261936b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/src/types/table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export interface GetColumnsParams {
8787
export type SizeType = 'default' | 'middle' | 'small' | 'large';
8888

8989
export interface TableActionType {
90-
// reload: (opt?: FetchParams) => Promise<void>;
90+
reload: (opt?: FetchParams) => Promise<void>;
9191
getSelectRows: () => any[];
9292
clearSelectedRowKeys: () => void;
9393
getSelectRowKeys: () => string[];

0 commit comments

Comments
 (0)