diff --git a/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx b/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx index a3af3d6b64..e0828ff09a 100644 --- a/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx +++ b/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx @@ -325,7 +325,7 @@ export const TableColumnSetup = (props: TableColumnSetupProps) => { setItems(propsItems); } - const filterState = useListFilter({items, filterItem: filterSettings}); + const filterState = useListFilter({items, filterItem: filterSettings, debounceTimeout: 0}); const onApply = () => { const newSettings = items.map(({id, isSelected}) => ({id, isSelected}));