- saving changes;
This commit is contained in:
@@ -12,6 +12,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'APPROVED':
|
||||
return 'success';
|
||||
|
||||
case 'VALID':
|
||||
return 'success';
|
||||
|
||||
case 'READY_TO_PUBLISH':
|
||||
return 'info';
|
||||
|
||||
@@ -27,6 +30,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'ADMISSIBLE':
|
||||
return 'info';
|
||||
|
||||
case 'DUE':
|
||||
return 'warning';
|
||||
|
||||
case 'RESPONSE_RECEIVED':
|
||||
return 'warning';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user