Skip to content

Commit 753a7ac

Browse files
Update webview-ui/src/App.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 911eb92 commit 753a7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import WelcomeView from "./components/welcome/WelcomeView"
1212
import McpView from "./components/mcp/McpView"
1313
import PromptsView from "./components/prompts/PromptsView"
1414

15-
type Tab = "settings" | "history" | "mcp" | "prompts" | "research" | "chat"
15+
type Tab = "settings" | "history" | "mcp" | "prompts" | "chat"
1616

1717
const tabsByMessageAction: Partial<Record<NonNullable<ExtensionMessage["action"]>, Tab>> = {
1818
chatButtonClicked: "chat",

0 commit comments

Comments
 (0)