From 4851f4e01e20f2be86ca4f14c553cf6ff2f89098 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 4 Apr 2025 22:52:50 +0800 Subject: [PATCH] Fix linting --- lightrag_webui/src/stores/state.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag_webui/src/stores/state.ts b/lightrag_webui/src/stores/state.ts index c44ae34f..66651b35 100644 --- a/lightrag_webui/src/stores/state.ts +++ b/lightrag_webui/src/stores/state.ts @@ -49,7 +49,7 @@ const useBackendStateStoreBase = create()((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(set => { } else { localStorage.removeItem('LIGHTRAG-WEBUI-TITLE'); } - + if (webuiDescription) { localStorage.setItem('LIGHTRAG-WEBUI-DESCRIPTION', webuiDescription); } else {