Skip to content

Commit d809eb9

Browse files
committed
fix(PackageVersions): make other versions list expand correctly
1 parent 5c606dc commit d809eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PackageVersions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const tagVersions = ref<Map<string, VersionDisplay[]>>(new Map())
120120
const loadingTags = ref<Set<string>>(new Set())
121121
122122
const otherVersionsExpanded = shallowRef(false)
123-
const otherMajorGroups = shallowRef<
123+
const otherMajorGroups = ref<
124124
Array<{ major: number; versions: VersionDisplay[]; expanded: boolean }>
125125
>([])
126126
const otherVersionsLoading = shallowRef(false)

0 commit comments

Comments
 (0)