fix(ts): add disputed to all Record<TestState> maps to satisfy TypeScript
This commit is contained in:
@@ -31,6 +31,7 @@ const STATE_INDEX: Record<TestState, number> = {
|
||||
in_review: 3,
|
||||
validated: 4,
|
||||
rejected: -1,
|
||||
disputed: 3, // same step as in_review (still in validation phase)
|
||||
};
|
||||
|
||||
// ── Badge colors ───────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user