diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx index 044bb09d9..8a798f2cc 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx @@ -5,6 +5,8 @@ import { integrationSlugNameMapping } from "public/data/frequentConstants"; import { ProjectPermissionCan } from "@app/components/permissions"; import { + Alert, + AlertDescription, DeleteActionModal, EmptyState, FormControl, @@ -53,19 +55,16 @@ export const IntegrationsSection = ({ {!bot?.isActive && (
- - No active integrations found. Enable End-to-End Encryption in{" "} - - project settings - - .{" "} - - } - /> + + + + All the active integrations will be disabled. Disable End-to-End Encryption in{" "} + + project settings + + to re-enable it . + +
)}