update antd table onchange filter type

This commit is contained in:
Collin M. Barrett 2019-12-23 11:31:21 -06:00
parent 49b3e002c2
commit c8c1c92136

View file

@ -78,7 +78,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
}}
onChange={(
_pagination: PaginationConfig,
_filters: Record<keyof List, string[]>,
_filters: Partial<Record<keyof List, string[]>>,
_sorter: SorterResult<List>,
extra: TableCurrentDataSource<List>
) => setVisibleLists(extra.currentDataSource)}