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:
Chris Estreich 2025-02-16 12:13:09 -08:00 committed by GitHub
parent 911eb92045
commit 753a7acdac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",