diff --git a/src/components/Filter/FilterContent.tsx b/src/components/Filter/FilterContent.tsx index 908329dfc..18a7d3fa6 100644 --- a/src/components/Filter/FilterContent.tsx +++ b/src/components/Filter/FilterContent.tsx @@ -436,51 +436,6 @@ const FilterContent: React.FC = ({ setDisplayValues={setAutocompleteDisplayValues} onFilterPropertyChange={onFilterPropertyChange} /> - // - // onFilterPropertyChange({ - // payload: { - // name: filterField.name, - // update: { - // value: toggle( - // event.target.value, - // filterField.value, - // (a, b) => a === b - // ) - // } - // }, - // type: "set-property" - // }), - // value => - // setAutocompleteDisplayValues({ - // ...autocompleteDisplayValues, - // [filterField.name]: toggle( - // value[0], - // autocompleteDisplayValues[filterField.name], - // (a, b) => a.value === b.value - // ) - // }), - // [], - // filterField.options - // )} - // fetchChoices={filterField.onSearchChange} - // loading={filterField.loading} - // data-tc={filterField.name} - // key={filterField.name} - // /> )} )}