mirror of
https://github.com/immich-app/immich.git
synced 2025-11-28 20:09:53 +09:00
fix(web): clear locale setting (#10008)
This commit is contained in:
@@ -80,7 +80,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleLocaleChange = (newLocale: string | undefined) => {
|
const handleLocaleChange = (newLocale: string | undefined) => {
|
||||||
$locale = newLocale;
|
if (newLocale) {
|
||||||
|
$locale = newLocale;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user