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
|
// Call getProjects when the component mounts
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
void getWeeklyReports();
|
void getWeeklyReports();
|
||||||
});
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|
|
@ -274,7 +274,7 @@ def test_sign_report():
|
||||||
submitReportPath,
|
submitReportPath,
|
||||||
json={
|
json={
|
||||||
"projectName": projectName,
|
"projectName": projectName,
|
||||||
"week": 1,
|
"week": 2,
|
||||||
"developmentTime": 10,
|
"developmentTime": 10,
|
||||||
"meetingTime": 5,
|
"meetingTime": 5,
|
||||||
"adminTime": 5,
|
"adminTime": 5,
|
||||||
|
|
Loading…
Add table
Reference in a new issue