Skip to content

Commit 078055d

Browse files
committed
Change default period for rollups charts
1 parent 732f857 commit 078055d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/modules/rollup/RollupCharts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const props = defineProps({
2121
},
2222
})
2323
24-
const selectedPeriodIdx = ref(1)
24+
const selectedPeriodIdx = ref(0)
2525
const periods = ref([
2626
{
2727
title: "Last 24 hours",

0 commit comments

Comments
 (0)