0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-18 01:24:26 -05:00

update-implementation-and-fix

This commit is contained in:
Nicholas 2025-02-11 23:25:05 -05:00
parent a649eb011c
commit 2af245dbc3

View file

@ -56,7 +56,7 @@ export default function VersionSwitcher(): JSX.Element {
mobile={windowSize === 'mobile'}
items={versions.map(({ label, url }) => ({
label,
to: new URL(locationPathSearchHash, url).href,
to: new URL(location.pathname + location.search + location.hash, url).href,
target: '_self',
}))}
/>