From 7fa4e09874711082c7826e9e4eaf0dc6fda4717d Mon Sep 17 00:00:00 2001 From: nafees nazik Date: Wed, 20 Sep 2023 23:09:03 +0530 Subject: [PATCH] feat: use alert component --- .../IntegrationsSection.tsx | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) 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 . + +
)}