- implemented feature-132 - new status technical_evaluation;
This commit is contained in:
@@ -30,6 +30,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'ADMISSIBLE':
|
||||
return 'info';
|
||||
|
||||
case 'TECHNICAL_EVALUATION':
|
||||
return 'info';
|
||||
|
||||
case 'DUE':
|
||||
return 'warning';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user