diff --git a/lightrag_webui/src/components/graph/Settings.tsx b/lightrag_webui/src/components/graph/Settings.tsx index 41da2f22..ca257194 100644 --- a/lightrag_webui/src/components/graph/Settings.tsx +++ b/lightrag_webui/src/components/graph/Settings.tsx @@ -386,25 +386,29 @@ export default function Settings() { defaultValue={15} onEditFinished={setGraphLayoutMaxIterations} /> - - - {/* Development/Testing Section */} -
- - -
+ {/* Development/Testing Section - Only visible in development mode */} + {import.meta.env.DEV && ( + <> + - +
+ + +
+ + + + )}