Skip to content

Commit

Permalink
Change default period for follup graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Nov 5, 2024
1 parent 74a5c25 commit 8644189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/rollup/[hash].vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ useHead({
],
})
const selectedPeriodIdx = ref(1)
const selectedPeriodIdx = ref(0)
const selectedPeriod = computed(() => periods.value[selectedPeriodIdx.value])
const tabs = ref([
Expand Down

0 comments on commit 8644189

Please sign in to comment.