mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: openSettings message passes section in values object
The webviewMessageHandler was passing section as 'tab' property but App.tsx expects it in 'values.section'. This fixes the navigation from CodeIndexPopover 'Configure in Settings' link to the indexing tab.
This commit is contained in:
parent
761b72892d
commit
2b1e10c530
1 changed files with 1 additions and 1 deletions
|
|
@ -2857,7 +2857,7 @@ export const webviewMessageHandler = async (
|
|||
provider.postMessageToWebview({
|
||||
type: "action",
|
||||
action: "settingsButtonClicked",
|
||||
tab: message.section,
|
||||
values: { section: message.section },
|
||||
})
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue