We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732f857 commit 078055dCopy full SHA for 078055d
1 file changed
components/modules/rollup/RollupCharts.vue
@@ -21,7 +21,7 @@ const props = defineProps({
21
},
22
})
23
24
-const selectedPeriodIdx = ref(1)
+const selectedPeriodIdx = ref(0)
25
const periods = ref([
26
{
27
title: "Last 24 hours",
0 commit comments