From 23c43bd27df04863d928b666587d54e6e26ed4dd Mon Sep 17 00:00:00 2001 From: Vedant Mahajan Date: Wed, 10 Jun 2026 21:02:42 +0530 Subject: [PATCH] fix(web): prevent upgrade click event as plan id (#1086) --- apps/web/components/integrations-view.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/integrations-view.tsx b/apps/web/components/integrations-view.tsx index f83bca64..6379aa89 100644 --- a/apps/web/components/integrations-view.tsx +++ b/apps/web/components/integrations-view.tsx @@ -2850,7 +2850,7 @@ export function IntegrationsView({ } if (needsProUpgrade) { return ( - + handleUpgrade()}> Upgrade ) @@ -3465,7 +3465,7 @@ export function IntegrationsView({
{connectedDialogNeedsPro ? ( - + handleUpgrade()}> Upgrade to connect more