- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-10-29 09:56:03 +01:00
14 changed files with 941 additions and 133 deletions

View File

@@ -26,6 +26,9 @@ const getBandoLabel = (status) => {
case 'AWAIT':
return __('In attesa', 'gepafin');
case 'OPEN':
return __('Aperto', 'gepafin');
case 'ASSIGNED':
return __('Assegnato', 'gepafin');

View File

@@ -24,6 +24,9 @@ const getBandoSeverity = (status) => {
case 'AWAIT':
return 'warning';
case 'OPEN':
return 'warning';
case 'ASSIGNED':
return 'warning';