- saving changes;

This commit is contained in:
Vitalii Kiiko
2025-02-27 17:31:50 +01:00
parent ba7946cd3e
commit 186291b52b
9 changed files with 517 additions and 14 deletions

View File

@@ -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';