mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix discard changes in settings (#2485)
This commit is contained in:
parent
3cc81c73cf
commit
2ba7200f37
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ const App = () => {
|
|||
{tab === "mcp" && <McpView onDone={() => switchTab("chat")} />}
|
||||
{tab === "history" && <HistoryView onDone={() => switchTab("chat")} />}
|
||||
{tab === "settings" && (
|
||||
<SettingsView ref={settingsRef} onDone={() => switchTab("chat")} targetSection={currentSection} />
|
||||
<SettingsView ref={settingsRef} onDone={() => setTab("chat")} targetSection={currentSection} />
|
||||
)}
|
||||
<ChatView
|
||||
isHidden={tab !== "chat"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue