Skip to content

Commit

Permalink
Add missing roles to constants
Browse files Browse the repository at this point in the history
johannbm committed Jan 26, 2024
1 parent 69f7d73 commit 85da7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/frontend/src/constants.ts
Original file line number Diff line number Diff line change
@@ -67,6 +67,8 @@ export enum TeamRole {
PRINCIPAL = "PRINCIPAL",
SUBJECT_MATTER_EXPERT = "SUBJECT_MATTER_EXPERT",
HEAD_OF_LEGAL = "HEAD_OF_LEGAL",
PLATFORM_SYSTEM_TECHNICIAN = "PLATFORM_SYSTEM_TECHNICIAN",
TEAMCOACH = "TEAMCOACH",
OTHER = "OTHER",
}

0 comments on commit 85da7d2

Please sign in to comment.