Skip to content

Commit 59659e3

Browse files
feat: disable columns and tooltip added
1 parent de0cf3e commit 59659e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/authz-module/courses/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ export const rolesObject = [
400400
userCount: 1,
401401
name: 'Course Editor',
402402
description: 'building and maintaining course content and supporting assets, without operational controls or high impact actions that can affect a live course.',
403+
disable: true,
403404
},
404405
{
405406
role: 'course_auditor',
@@ -417,6 +418,7 @@ export const rolesObject = [
417418
userCount: 1,
418419
name: 'Course Auditor',
419420
description: ' QA, compliance review, content review, and general oversight, no changes in Studio.',
421+
disable: true,
420422
},
421423

422424
];

0 commit comments

Comments
 (0)