Skip to content

Commit 638ccb3

Browse files
committed
fix: table sortOrder ts type
1 parent 18ce372 commit 638ccb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export interface TableState {
178178
pagination?: Partial<ExtractPropTypes<typeof PaginationProps>>;
179179
filters?: TableStateFilters;
180180
sortColumn?: ColumnProps | null;
181-
sortOrder?: string;
181+
sortOrder?: SortOrder;
182182
columns?: ColumnProps[];
183183
}
184184

0 commit comments

Comments
 (0)