Skip to content

Commit

Permalink
Add unassessed as a possible option for type Risk
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Jul 30, 2024
1 parent cd0e396 commit 3578c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/api/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ export interface Thresholds {
}

export type AssessmentStatus = "empty" | "started" | "complete";
export type Risk = "green" | "yellow" | "red" | "unknown";
export type Risk = "green" | "yellow" | "red" | "unknown" | "unassessed";

export interface InitialAssessment {
application?: Ref;
Expand Down

0 comments on commit 3578c9b

Please sign in to comment.