Fix linting
This commit is contained in:
parent
b66ad253b9
commit
dcba3f776d
1 changed files with 2 additions and 2 deletions
|
|
@ -171,13 +171,13 @@ export const useAuthStore = create<AuthState>(set => {
|
|||
if (apiVersion) {
|
||||
localStorage.setItem('LIGHTRAG-API-VERSION', apiVersion);
|
||||
}
|
||||
|
||||
|
||||
if (webuiTitle) {
|
||||
localStorage.setItem('LIGHTRAG-WEBUI-TITLE', webuiTitle);
|
||||
} else {
|
||||
localStorage.removeItem('LIGHTRAG-WEBUI-TITLE');
|
||||
}
|
||||
|
||||
|
||||
if (webuiDescription) {
|
||||
localStorage.setItem('LIGHTRAG-WEBUI-DESCRIPTION', webuiDescription);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue