From c8c1c921369a19820968d6bf5288cc4df1293040 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 23 Dec 2019 11:31:21 -0600 Subject: [PATCH] update antd table onchange filter type --- web/src/components/listsTable/ListsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/listsTable/ListsTable.tsx b/web/src/components/listsTable/ListsTable.tsx index 64a7bccc8..53b2a5e34 100644 --- a/web/src/components/listsTable/ListsTable.tsx +++ b/web/src/components/listsTable/ListsTable.tsx @@ -78,7 +78,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => { }} onChange={( _pagination: PaginationConfig, - _filters: Record, + _filters: Partial>, _sorter: SorterResult, extra: TableCurrentDataSource ) => setVisibleLists(extra.currentDataSource)}