fix: add limited_staff to allowedRoles

This commit is contained in:
0x29a
2023-09-18 10:51:21 +02:00
committed by leangseu-edx
parent 1c70458590
commit 295048b4e9

View File

@@ -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) => {