- contract functionality;
This commit is contained in:
@@ -75,6 +75,12 @@ const getBandoSeverity = (status) => {
|
||||
case 'TECHNICAL_EVALUATION_REJECTED':
|
||||
return 'danger';
|
||||
|
||||
case 'AWAITING_CONTRACT':
|
||||
return 'warning';
|
||||
|
||||
case 'CONTRACT_SIGNED':
|
||||
return 'success';
|
||||
|
||||
default:
|
||||
return 'info';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user