Merge branch 'dev' into imbs
This commit is contained in:
commit
b7523cf04d
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ function AllTimeReportsInProject(): JSX.Element {
|
|||
// Call getProjects when the component mounts
|
||||
useEffect(() => {
|
||||
void getWeeklyReports();
|
||||
});
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
@ -274,7 +274,7 @@ def test_sign_report():
|
|||
submitReportPath,
|
||||
json={
|
||||
"projectName": projectName,
|
||||
"week": 1,
|
||||
"week": 2,
|
||||
"developmentTime": 10,
|
||||
"meetingTime": 5,
|
||||
"adminTime": 5,
|
||||
|
|
Loading…
Add table
Reference in a new issue