From 753a7acdac6ba1d7c27987b5f7763db8615f4da5 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Sun, 16 Feb 2025 12:13:09 -0800 Subject: [PATCH] Update webview-ui/src/App.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- webview-ui/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/App.tsx b/webview-ui/src/App.tsx index 98e44495fa..f66385f0dc 100644 --- a/webview-ui/src/App.tsx +++ b/webview-ui/src/App.tsx @@ -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, Tab>> = { chatButtonClicked: "chat",