From f33ff7f2c28ae15ef0c48c71b27a276a6daad413 Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 7 Apr 2025 05:23:28 +0800 Subject: [PATCH] Fix linting --- lightrag_webui/src/components/graph/Settings.tsx | 2 +- lightrag_webui/src/features/DocumentManager.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lightrag_webui/src/components/graph/Settings.tsx b/lightrag_webui/src/components/graph/Settings.tsx index ac8798a4..5f541e3d 100644 --- a/lightrag_webui/src/components/graph/Settings.tsx +++ b/lightrag_webui/src/components/graph/Settings.tsx @@ -25,7 +25,7 @@ const LabeledCheckBox = ({ }) => { // Create unique ID using the label text converted to lowercase with spaces removed const id = `checkbox-${label.toLowerCase().replace(/\s+/g, '-')}`; - + return (
diff --git a/lightrag_webui/src/features/DocumentManager.tsx b/lightrag_webui/src/features/DocumentManager.tsx index 8b83661e..91cb588d 100644 --- a/lightrag_webui/src/features/DocumentManager.tsx +++ b/lightrag_webui/src/features/DocumentManager.tsx @@ -507,8 +507,8 @@ export default function DocumentManager() {
-