- updated logic based on new data from API;

- updated page of archived non completed application for beneficiary;
- fixed issue creating soccorso;
This commit is contained in:
Vitalii Kiiko
2024-11-12 15:58:41 +01:00
parent 91c2a37a5b
commit 942a45387d
6 changed files with 142 additions and 71 deletions

View File

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