- fixed request for signed document in applications;
- added filter by status to the table of draft applications; - temp reverted back to previous api for getting amendments;
This commit is contained in:
@@ -37,7 +37,7 @@ const StatsBeneficiary = () => {
|
||||
if (existingCompany) {
|
||||
DashboardService.getBeneficiaryStatsPage(chosenCompanyId, getStats, errGetStats);
|
||||
}
|
||||
}, [chosenCompanyId]);
|
||||
}, [chosenCompanyId, companies]);
|
||||
|
||||
return(
|
||||
<div className="appPage">
|
||||
|
||||
Reference in New Issue
Block a user