(Feat-Fix): New Reporting system, more seeded data, fixed subdepartments and activity inversion, login page changes, etc etc

This commit is contained in:
2025-12-18 08:15:31 +00:00
parent 916ee19677
commit ac29bb2882
24 changed files with 3306 additions and 207 deletions

View File

@@ -65,4 +65,4 @@ export const useSubDepartments = (departmentId?: string) => {
error,
refresh: fetchSubDepartments,
};
};
};