Skip to content

Commit

Permalink
fix(sidebar): always show latest version by default TDX-4310 (#554)
Browse files Browse the repository at this point in the history
Co-authored-by: henri pietila <15886900+HenriPro@users.noreply.github.com>
  • Loading branch information
HenriPro and HenriPro authored Sep 17, 2024
1 parent 946344e commit de6f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProductShell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function initActiveProductVersionId () {
}
if (!activeProductVersionId.value) {
productStore.setActiveProductVersionId(versions[0]?.id)
productStore.setActiveProductVersionId(versions[versions.length - 1]?.id)
}
}
Expand Down

0 comments on commit de6f9e0

Please sign in to comment.