mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
Update webview-ui/src/App.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
911eb92045
commit
753a7acdac
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import WelcomeView from "./components/welcome/WelcomeView"
|
|||
import McpView from "./components/mcp/McpView"
|
||||
import PromptsView from "./components/prompts/PromptsView"
|
||||
|
||||
type Tab = "settings" | "history" | "mcp" | "prompts" | "research" | "chat"
|
||||
type Tab = "settings" | "history" | "mcp" | "prompts" | "chat"
|
||||
|
||||
const tabsByMessageAction: Partial<Record<NonNullable<ExtensionMessage["action"]>, Tab>> = {
|
||||
chatButtonClicked: "chat",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue