- updated tables and fixed some bugs;
This commit is contained in:
@@ -12,6 +12,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'READY_TO_PUBLISH':
|
||||
return 'info';
|
||||
|
||||
case 'READY':
|
||||
return 'info';
|
||||
|
||||
case 'DRAFT':
|
||||
return 'warning';
|
||||
|
||||
@@ -21,6 +24,12 @@ const getBandoSeverity = (status) => {
|
||||
case 'AWAIT':
|
||||
return 'warning';
|
||||
|
||||
case 'ASSIGNED':
|
||||
return 'warning';
|
||||
|
||||
case 'EVALUATION':
|
||||
return 'info';
|
||||
|
||||
case 'EXPIRED':
|
||||
return 'closed';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user