Fix linting
This commit is contained in:
parent
29d01e1c74
commit
4851f4e01e
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ const useBackendStateStoreBase = create<BackendState>()((set) => ({
|
|||
health.api_version || null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// Update custom title information if health check returns it
|
||||
if (health.webui_title || health.webui_description) {
|
||||
useAuthStore.getState().setCustomTitle(
|
||||
|
|
@ -232,7 +232,7 @@ export const useAuthStore = create<AuthState>(set => {
|
|||
} else {
|
||||
localStorage.removeItem('LIGHTRAG-WEBUI-TITLE');
|
||||
}
|
||||
|
||||
|
||||
if (webuiDescription) {
|
||||
localStorage.setItem('LIGHTRAG-WEBUI-DESCRIPTION', webuiDescription);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue