- added labels for new statuses;

This commit is contained in:
Vitalii Kiiko
2024-12-06 16:54:37 +01:00
parent ec77ea6c80
commit 7f54e5e1ec
3 changed files with 19 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ const BeneficiarioDomandeTable = () => {
setLocalAsyncRequest(true);
ApplicationService.getApplications(getApplCallback, errGetApplCallback, [
['companyId', chosenCompanyId],
['statuses', ['SOCCORSO', 'APPROVED', 'REJECTED', 'EVALUATION', 'SUBMIT']]
['statuses', ['SOCCORSO', 'NDG', 'ADMISSIBLE', 'APPOINTMENT', 'APPROVED', 'REJECTED', 'EVALUATION', 'SUBMIT']]
]);
}
}, [chosenCompanyId]);