- saving progress;
This commit is contained in:
@@ -15,6 +15,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'READY':
|
||||
return 'info';
|
||||
|
||||
case 'SOCCORSO':
|
||||
return 'warning';
|
||||
|
||||
case 'DRAFT':
|
||||
return 'warning';
|
||||
|
||||
@@ -36,6 +39,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'EXPIRED':
|
||||
return 'closed';
|
||||
|
||||
case 'CLOSE':
|
||||
return 'closed';
|
||||
|
||||
default:
|
||||
return 'info';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user