Skip to content

Commit

Permalink
Toggle user groups
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jul 9, 2024
1 parent ff04601 commit 4b4ccb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/web/components/UsersGroups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const UsersGroups: FC<UsersGroupsType> = ({ orgId, user }) => {
data,
error: groupsError,
isLoading,
refetch,
} = useGetGroupsQuery({ orgId })
const [updateGroup, { error: saveError, isLoading: isSaving }] =
useUpdateGroupMutation({})
Expand Down Expand Up @@ -50,7 +49,7 @@ const UsersGroups: FC<UsersGroupsType> = ({ orgId, user }) => {
)
}
id='org-members-list'
title='Members'
title='Groups'
className='no-pad overflow-visible'
renderSearchWithNoResults
items={sortBy(data?.results, 'name')}
Expand Down

0 comments on commit 4b4ccb1

Please sign in to comment.