Skip to content

Commit

Permalink
added frontend changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 2, 2023
1 parent 33582cf commit f2376de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/cipp/CIPPSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,13 +452,13 @@ const GeneralSettings = () => {
<>
<TableModalButton
className="me-3"
data={permissionsResult.data.Results?.Memberships.filter(
data={permissionsResult.data.Results?.Memberships?.filter(
(p) => p['@odata.type'] == '#microsoft.graph.group',
)}
title="Groups"
/>
<TableModalButton
data={permissionsResult.data.Results?.Memberships.filter(
data={permissionsResult.data.Results?.Memberships?.filter(
(p) => p['@odata.type'] == '#microsoft.graph.directoryRole',
)}
title="Roles"
Expand Down

0 comments on commit f2376de

Please sign in to comment.