Skip to content

Commit

Permalink
chore: hide disabled groups in accessgroup editor
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain authored and flynput committed Oct 21, 2024
1 parent 229fa04 commit 8fb808a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SettingsPage/AccessGroups/AccessGroupDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const AccessGroupDetail = ({ projectName, accessGroupName }) => {
level={projectName ? 'project' : 'studio'}
context={{
headerProjectName: projectName,
hideDisabledGroups: true,
}}
/>
</ScrollPanel>
Expand Down

0 comments on commit 8fb808a

Please sign in to comment.