Skip to content

Commit

Permalink
Merge pull request #170 from AkshataKatwal16/page-issue
Browse files Browse the repository at this point in the history
Issue feat:change role names
  • Loading branch information
itsvick authored Jan 22, 2025
2 parents d1e0acc + 3911b79 commit 591b455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/app.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export enum ContentType {
QUESTION_SET = "QuestionSet",
}
export enum Role {
SCTA = "State Admin SCTA",
CCTA="Central Admin CCTA"
SCTA = "State Content Team Associate (SCTA)",
CCTA="Central Content Team Associate (CCTA)"
}
export const SortOptions = ["Modified On", "Created On"];
export const StatusOptions = ["Live", "Review" , "Draft", "All"];
Expand Down

0 comments on commit 591b455

Please sign in to comment.