Skip to content

Commit

Permalink
fix: add limited_staff to allowedRoles
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a authored and leangseu-edx committed Oct 10, 2023
1 parent 1c70458 commit 295048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/thunkActions/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { fetchGrades } from './grades';
import { fetchTracks } from './tracks';
import { fetchAssignmentTypes } from './assignmentTypes';

export const allowedRoles = ['staff', 'instructor', 'support'];
export const allowedRoles = ['staff', 'limited_staff', 'instructor', 'support'];

export const fetchRoles = () => (
(dispatch, getState) => {
Expand Down

0 comments on commit 295048b

Please sign in to comment.