From 82cb609bb73a424b0853e1d88bae0db86d80d9d6 Mon Sep 17 00:00:00 2001 From: Siddharth Ganesan Date: Tue, 8 Jul 2025 20:28:39 -0700 Subject: [PATCH] Lint --- .../components/panel/components/copilot/copilot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx index a07e5272c3..48a6c66ff4 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx @@ -160,7 +160,7 @@ export const Copilot = forwardRef( // Process markdown links: [text](url) processedContent = processedContent.replace( - /\[([^\]]+)\]\(([^\)]+)\)/g, + /\[([^\]]+)\]\(([^)]+)\)/g, '$1' )