- page benficiary domanda/soccorso;
- fixed fetching data in overview tables for beneficiary/pre instructor; - fixed styles;
This commit is contained in:
@@ -36,7 +36,8 @@ const MyLatestSubmissionsTable = () => {
|
||||
useEffect(() => {
|
||||
setLocalAsyncRequest(true);
|
||||
ApplicationService.getApplications(getApplCallback, errGetApplCallback, [
|
||||
['companyId', chosenCompanyId]
|
||||
['companyId', chosenCompanyId],
|
||||
['statuses', ['DRAFT', 'SUBMIT', 'AWAITING', 'READY', 'DISCARD']]
|
||||
])
|
||||
}, [chosenCompanyId]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user