From 323fbb011c4491433ae1974666f3cc892be10b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Magrin?= Date: Wed, 27 Nov 2024 16:05:01 +0100 Subject: [PATCH] fix: rebase --- .../components/RecordGroupsVisibilityDropdownSection.tsx | 4 ---- 1 file changed, 4 deletions(-) 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); };