mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Fixex announcement web not close after acknowledgement
This commit is contained in:
parent
53cd9fd8bf
commit
587b77e70b
2 changed files with 5 additions and 2 deletions
|
|
@ -7,10 +7,12 @@
|
|||
export let localVersion: string;
|
||||
export let remoteVersion: string;
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
const acknowledgeClickHandler = () => {
|
||||
localStorage.setItem('appVersion', remoteVersion);
|
||||
|
||||
goto($page.url.pathname);
|
||||
dispatch('close');
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue