Skip to content

Commit a925f69

Browse files
improvements access check
1 parent b327bab commit a925f69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/cipp/CIPPSettings.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ const checkAccessColumns = [
152152
{
153153
name: 'Result',
154154
selector: (row) => row['Status'],
155-
grow: 1,
155+
},
156+
{
157+
name: 'Missing GDAP Roles',
158+
selector: (row) => row['GDAP'],
156159
},
157160
]
158161

0 commit comments

Comments
 (0)