diff --git a/webview-ui/src/App.tsx b/webview-ui/src/App.tsx index b6ddc1883e..2bf0a0afd6 100644 --- a/webview-ui/src/App.tsx +++ b/webview-ui/src/App.tsx @@ -111,7 +111,7 @@ const App = () => { {tab === "mcp" && switchTab("chat")} />} {tab === "history" && switchTab("chat")} />} {tab === "settings" && ( - switchTab("chat")} targetSection={currentSection} /> + setTab("chat")} targetSection={currentSection} /> )}