Skip to content

Commit

Permalink
Merge pull request #14 from open-craft/artur/eshe-instructor-redwood
Browse files Browse the repository at this point in the history
fix: add eshe_instructor to allowedRoles
  • Loading branch information
ArturGaspar authored Jul 22, 2024
2 parents 3e76a4e + aa3e4a9 commit a197437
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', 'limited_staff', 'instructor', 'support'];
export const allowedRoles = ['staff', 'limited_staff', 'instructor', 'eshe_instructor', 'support'];

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

0 comments on commit a197437

Please sign in to comment.