Skip to content

Commit

Permalink
Merge pull request #507 from ITPNYU/feat/add_chair_program_director_t…
Browse files Browse the repository at this point in the history
…o_affiliation

Add 'Chair / Program Director' to affiliation dropdown menu options (…
  • Loading branch information
rlho authored Nov 27, 2024
2 parents 8d15b80 + 5b00fe8 commit 74aeda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions booking-app/components/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export enum Role {
RESIDENT_FELLOW = "Resident/Fellow",
FACULTY = "Faculty",
ADMIN_STAFF = "Admin/Staff",
CHAIR_PROGRAM_DIRECTOR = "Chair/Program Director"
}

export type RoomSetting = {
Expand Down

0 comments on commit 74aeda7

Please sign in to comment.