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:
parent
a649eb011c
commit
2af245dbc3
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}))}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue