From 7edc94e1323b557b3512bab18533d92f6255935c Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Mon, 9 Dec 2024 15:48:29 +0100 Subject: [PATCH] - removed new statuses which are not deployed yet; --- .../components/BeneficiarioDomandeTable/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DomandeBeneficiario/components/BeneficiarioDomandeTable/index.js b/src/pages/DomandeBeneficiario/components/BeneficiarioDomandeTable/index.js index c07c1ef..4b405db 100644 --- a/src/pages/DomandeBeneficiario/components/BeneficiarioDomandeTable/index.js +++ b/src/pages/DomandeBeneficiario/components/BeneficiarioDomandeTable/index.js @@ -37,7 +37,7 @@ const BeneficiarioDomandeTable = () => { setLocalAsyncRequest(true); ApplicationService.getApplications(getApplCallback, errGetApplCallback, [ ['companyId', chosenCompanyId], - ['statuses', ['SOCCORSO', 'NDG', 'ADMISSIBLE', 'APPOINTMENT', 'APPROVED', 'REJECTED', 'EVALUATION', 'SUBMIT']] + ['statuses', ['SOCCORSO', 'APPROVED', 'REJECTED', 'EVALUATION', 'SUBMIT']] // 'NDG', 'ADMISSIBLE', 'APPOINTMENT' ]); } }, [chosenCompanyId]);