Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
magrinj committed Nov 13, 2024
1 parent e725288 commit b62677c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const useRecordGroupReorder = ({
);

const { visibleRecordGroups } = useRecordGroups({
objectMetadataNameSingular: objectNameSingular,
objectNameSingular: objectNameSingular,
});

const { saveViewGroups } = useSaveCurrentViewGroups(viewBarId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const RecordIndexOptionsDropdownContent = ({
visibleRecordGroups,
viewGroupFieldMetadataItem,
} = useRecordGroups({
objectMetadataNameSingular: objectMetadataItem.nameSingular,
objectNameSingular: objectMetadataItem.nameSingular,
});
const { handleVisibilityChange: handleRecordGroupVisibilityChange } =
useRecordGroupVisibility({
Expand Down

0 comments on commit b62677c

Please sign in to comment.