We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a93dda commit 7a0889dCopy full SHA for 7a0889d
web-ui/src/pages/CheckinsReportPage.jsx
@@ -41,7 +41,7 @@ const CheckinsReportPage = () => {
41
42
// Set the report date to today less one month on first load
43
useEffect(() => {
44
- setReportDate(new Date(new Date().setMonth(new Date().getMonth() - 1)));
+ setReportDate(new Date(2024, 9, 1));
45
}, []);
46
47
const handleQuarterClick = evt => {
0 commit comments