We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc81c7 commit 2ba7200Copy full SHA for 2ba7200
webview-ui/src/App.tsx
@@ -111,7 +111,7 @@ const App = () => {
111
{tab === "mcp" && <McpView onDone={() => switchTab("chat")} />}
112
{tab === "history" && <HistoryView onDone={() => switchTab("chat")} />}
113
{tab === "settings" && (
114
- <SettingsView ref={settingsRef} onDone={() => switchTab("chat")} targetSection={currentSection} />
+ <SettingsView ref={settingsRef} onDone={() => setTab("chat")} targetSection={currentSection} />
115
)}
116
<ChatView
117
isHidden={tab !== "chat"}
0 commit comments