Skip to content

Commit a75e449

Browse files
refactor: don't add checked packages in history
1 parent 924fb89 commit a75e449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/usePackageSelection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const MAX_PACKAGE_SELECTION = 4
22

33
export function usePackageSelection() {
4-
const selectedPackagesParam = useRouteQuery<string>('selection', '', { mode: 'push' })
4+
const selectedPackagesParam = useRouteQuery<string>('selection', '', { mode: 'replace' })
55
const showSelectionViewParam = useRouteQuery<string>('view', '', { mode: 'push' })
66

77
// Parse URL param into array of package names

0 commit comments

Comments
 (0)