mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
uberf-8577: fix desktop lang (#7126)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
398fd691b8
commit
82f0d00170
@ -79,4 +79,4 @@ export function initThemeStore (): void {
|
||||
)
|
||||
}
|
||||
|
||||
export const languageStore = derived(themeStore, ($theme) => $theme.language)
|
||||
export const languageStore = derived(themeStore, ($theme) => $theme?.language ?? '')
|
||||
|
Loading…
Reference in New Issue
Block a user