We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ce234 commit d633bc4Copy full SHA for d633bc4
src/lib/ContestStatus/ContestStatus.types.ts
@@ -19,6 +19,7 @@ export const AuditStatus = {
19
Active: "Active",
20
/** Paused: The audit is in between Rolling Triage cohorts */
21
Paused: "Paused",
22
+ Triage: "Triage",
23
Review: "Review",
24
Restricted: "Restricted",
25
Judging: "Judging",
0 commit comments