Kaynağa Gözat

Update webview-ui/src/App.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Chris Estreich 10 ay önce
ebeveyn
işleme
753a7acdac
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      webview-ui/src/App.tsx

+ 1 - 1
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<Record<NonNullable<ExtensionMessage["action"]>, Tab>> = {
 	chatButtonClicked: "chat",