diff --git a/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx b/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx index db3b5e91bc86c..e655a402d017b 100644 --- a/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx +++ b/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx @@ -31,10 +31,6 @@ export const RecordGroupsVisibilityDropdownSection = ({ showSubheader = true, showDragGrip, }: RecordGroupsVisibilityDropdownSectionProps) => { - // const { noValueRecordGroupIds, otherRecordGroupIds } = useRecoilValue( - // groupedRecordGroupIdsComponentSelector(recordGroupIds), - // ); - const handleOnDrag = (result: DropResult, provided: ResponderProvided) => { onDragEnd?.(result, provided); };