- fixed flow of submitting application;

This commit is contained in:
Vitalii Kiiko
2024-10-24 16:38:48 +02:00
parent 3cf3eba3c0
commit 255af71365
5 changed files with 103 additions and 10 deletions

View File

@@ -20,6 +20,9 @@ const getBandoLabel = (status) => {
case 'AWAITING':
return __('In attesa', 'gepafin');
case 'AWAIT':
return __('In attesa', 'gepafin');
case 'EXPIRED':
return __('Scaduto', 'gepafin');

View File

@@ -18,6 +18,9 @@ const getBandoSeverity = (status) => {
case 'AWAITING':
return 'warning';
case 'AWAIT':
return 'warning';
case 'EXPIRED':
return 'closed';