diff --git a/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx b/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx index af97a3a5f..ecd482669 100644 --- a/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx +++ b/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx @@ -270,50 +270,6 @@ export const MultiselectFilterControl = ({ isOpen={isFilterDropdownOpen} > {groups && groups.length > 0 && ( - // - // {groups.map((groupLabel) => ( - // - // - // {groupLabel} - // - - // {filteredOptions - // .filter((option) => option.groupLabel === groupLabel) - // .map(({ label, value, optionProps = {} }, index) => ( - // - // {label ?? value} - // - // ))} - // - // ))} - - // {filteredOptions.length === 0 && ( - // - // {`No results found for "${inputValue}"`} - // - // )} - // - {groups.map((groupLabel) => (