diff --git a/apps/web/src/pages/templates/components/LackIntegrationAlert.tsx b/apps/web/src/pages/templates/components/LackIntegrationAlert.tsx index ae9f13517ef..776f278f63c 100644 --- a/apps/web/src/pages/templates/components/LackIntegrationAlert.tsx +++ b/apps/web/src/pages/templates/components/LackIntegrationAlert.tsx @@ -55,23 +55,7 @@ export function LackIntegrationAlert({
- { - if (isPrimaryMissing) { - openSelectPrimaryIntegrationModal({ - environmentId: environment?._id, - channelType: channelType, - onClose: () => { - segment.track(TemplateEditorAnalyticsEnum.CONFIGURE_PRIMARY_PROVIDER_BANNER_CLICK); - }, - }); - } else { - openIntegrationsModal(true); - segment.track(TemplateEditorAnalyticsEnum.CONFIGURE_PROVIDER_BANNER_CLICK); - } - }} - /> +
{text