- completed page for instructor manager;

- update API related to profile updating;
- fixed displaying stats for instructor manager;
- added checklist items based validation;
This commit is contained in:
Vitalii Kiiko
2025-02-07 14:28:57 +01:00
parent fc95c692d9
commit 3588f52787
7 changed files with 85 additions and 58 deletions

View File

@@ -36,7 +36,9 @@ const DashboardPreInstructor = () => {
}
useEffect(() => {
DashboardService.getInstructorAmendmentsStats(getStats, errGetStats);
DashboardService.getInstructorAmendmentsStats(getStats, errGetStats, [
['userId', userData.id]
]);
}, []);
return(