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() {
-