- 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:
@@ -9,6 +9,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'PUBLISH':
|
||||
return 'success';
|
||||
|
||||
case 'APPROVED':
|
||||
return 'success';
|
||||
|
||||
case 'READY_TO_PUBLISH':
|
||||
return 'info';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user