Merge branch 'dev' into imbs

This commit is contained in:
Imbus 2024-03-20 23:20:04 +01:00
commit b7523cf04d
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ function AllTimeReportsInProject(): JSX.Element {
// Call getProjects when the component mounts
useEffect(() => {
void getWeeklyReports();
});
}, []);
return (
<>

View file

@ -274,7 +274,7 @@ def test_sign_report():
submitReportPath,
json={
"projectName": projectName,
"week": 1,
"week": 2,
"developmentTime": 10,
"meetingTime": 5,
"adminTime": 5,