From dcba3f776db8f8a79fc41c4ddd31425ba4d6f964 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 5 Apr 2025 02:41:06 +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 2050a46a..3bc4560e 100644 --- a/lightrag_webui/src/stores/state.ts +++ b/lightrag_webui/src/stores/state.ts @@ -171,13 +171,13 @@ export const useAuthStore = create(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 {