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 6b4e763 commit 56b9484Copy full SHA for 56b9484
site/src/pages/TemplatePage/TemplateInsightsPage/TemplateInsightsPage.tsx
@@ -58,7 +58,7 @@ export default function TemplateInsightsPage() {
58
endDate: now,
59
};
60
61
- const [interval, setInterval] = useState<InsightsInterval>("day");
+ const [interval, setInterval] = useState<InsightsInterval>("week");
62
const [weeklyPreset, setWeeklyPreset] =
63
useState<WeeklyPreset>(defaultWeeklyPreset);
64
const [dateRangeValue, setDateRangeValue] = useState<DateRangeValue>(
0 commit comments