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)}