From b422d223e86c578a8178f06efd86b4acbdeb8abe Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 20 Mar 2025 04:44:16 +0800 Subject: [PATCH] Fix settings popover toggle logic --- lightrag_webui/src/components/graph/Settings.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ( <> - +