diff --git a/ui/desktop/src/components/ChatInput.tsx b/ui/desktop/src/components/ChatInput.tsx index e97767478f62..3710b9db7957 100644 --- a/ui/desktop/src/components/ChatInput.tsx +++ b/ui/desktop/src/components/ChatInput.tsx @@ -433,7 +433,7 @@ export default function ChatInput({ message: `Too many tools can degrade performance.\nTool count: ${toolCount} (recommend: ${TOOLS_MAX_SUGGESTED})`, action: { text: 'View extensions', - onClick: () => setView('settings'), + onClick: () => setView('extensions'), }, autoShow: false, // Don't auto-show tool count warnings });