Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
magrinj committed Nov 28, 2024
1 parent f6897de commit 323fbb0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down

0 comments on commit 323fbb0

Please sign in to comment.