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 (