- added Manage applications page and table of submitted appls;

This commit is contained in:
Vitalii Kiiko
2024-10-23 16:07:56 +02:00
10 changed files with 237 additions and 14 deletions

View File

@@ -8,9 +8,6 @@ const getBandoLabel = (status) => {
case 'SUBMIT':
return __('Inviato', 'gepafin');
case 'ACTIVE':
return __('Attivo', 'gepafin');
case 'PUBLISH':
return __('Pubblicato', 'gepafin');

View File

@@ -6,9 +6,6 @@ const getBandoSeverity = (status) => {
case 'SUBMIT':
return 'success';
case 'ACTIVE':
return 'success';
case 'PUBLISH':
return 'success';