diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx index fdc5c2812a..7c6236b2be 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx @@ -856,8 +856,7 @@ export function Chat() { > { - e.stopPropagation() + onClick={() => { if (activeWorkflowId) exportChatCSV(activeWorkflowId) setMoreMenuOpen(false) }} @@ -867,8 +866,7 @@ export function Chat() { Download { - e.stopPropagation() + onClick={() => { if (activeWorkflowId) clearChat(activeWorkflowId) setMoreMenuOpen(false) }}