diff --git a/lightrag_webui/src/components/graph/SettingsDisplay.tsx b/lightrag_webui/src/components/graph/SettingsDisplay.tsx index 7e63dd98..dec44c11 100644 --- a/lightrag_webui/src/components/graph/SettingsDisplay.tsx +++ b/lightrag_webui/src/components/graph/SettingsDisplay.tsx @@ -11,7 +11,7 @@ const SettingsDisplay = () => { const graphMinDegree = useSettingsStore.use.graphMinDegree() return ( -
+
{t('graphPanel.sideBar.settings.depth')}: {graphQueryMaxDepth}
{t('graphPanel.sideBar.settings.degree')}: {graphMinDegree}