Skip to content

Commit 0d04f62

Browse files
committed
fix merge conflict
1 parent e2b1d25 commit 0d04f62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sidepanel/components/ChatInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ export function ChatInput({ isConnected, isProcessing }: ChatInputProps) {
178178

179179
// Get selected tab IDs from tabsStore
180180
const contextTabs = getContextTabs()
181-
const tabIds = contextTabs.length > 0 ? contextTabs.map(tab => tab.id) : undefined
182181

183182
// In chat mode, if no tabs are selected, explicitly send null to prevent using current page
184183
// In agent mode, undefined means "use current active tab"

0 commit comments

Comments
 (0)