"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "50ad2aa215dbab18c3faa8bb629a338a8058b4a7"
Commit 19f69c82 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: code convention

parent 8f8a68e0
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
}; };
onMount(async () => { onMount(async () => {
selectedTheme = localStorage.getItem('theme') ?? 'system'; selectedTheme = localStorage.theme ?? 'system';
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}'); let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
languages = await getLanguages(); languages = await getLanguages();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment