diff --git a/lightrag_webui/src/components/graph/Settings.tsx b/lightrag_webui/src/components/graph/Settings.tsx index 76da9621..1989a01e 100644 --- a/lightrag_webui/src/components/graph/Settings.tsx +++ b/lightrag_webui/src/components/graph/Settings.tsx @@ -199,17 +199,15 @@ export default function Settings() { const { t } = useTranslation(); const saveSettings = () => setOpened(false); - const toggleSettings = () => setOpened(!opened); return ( <> - +