- fixed issue with number form field;

- fixed issue with datepicker form field;
- updated tables displaying submitted calls;
This commit is contained in:
Vitalii Kiiko
2024-11-18 15:13:20 +01:00
parent 0534b7cd0a
commit c698de622b
7 changed files with 26 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ const MyLatestSubmissionsTable = () => {
setLocalAsyncRequest(true);
ApplicationService.getApplications(getApplCallback, errGetApplCallback, [
['companyId', chosenCompanyId],
['statuses', ['DRAFT', 'AWAITING', 'READY']]
['statuses', ['DRAFT', 'AWAITING', 'READY', 'SUBMIT']]
]);
}
}, [chosenCompanyId]);