- implemented feature-132 - new status technical_evaluation;

This commit is contained in:
Vitalii Kiiko
2025-03-04 12:42:47 +01:00
parent 69ca33f232
commit 7b5bdc8785
5 changed files with 165 additions and 140 deletions

View File

@@ -30,6 +30,9 @@ const getBandoSeverity = (status) => {
case 'ADMISSIBLE':
return 'info';
case 'TECHNICAL_EVALUATION':
return 'info';
case 'DUE':
return 'warning';