fix(ts): add disputed to all Record<TestState> maps to satisfy TypeScript

This commit is contained in:
kitos
2026-06-03 12:23:53 +02:00
parent 643e65fbe5
commit 6c343bd7a1
2 changed files with 4 additions and 0 deletions
@@ -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 ───────────────────────────────────────────────────