From c9a3613ce15645e39c40af6d6e9c1aed7357608c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 15 Dec 2020 17:07:34 -0600 Subject: [PATCH] =?UTF-8?q?fix(lists-table):=20=F0=9F=93=A6=F0=9F=90=9B=20?= =?UTF-8?q?fix=20antd=20onChange=20filters=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref https://github.com/ant-design/ant-design/pull/28220 --- 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 43431eae4..98c6c4936 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: TablePaginationConfig, - _filters: Record, + _filters: Record, _sorter: SorterResult | SorterResult[], extra: TableCurrentDataSource ) => setVisibleLists(extra.currentDataSource)}