From 5139bf23856b5955dcd7dd2e5535036a677ec5f0 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Wed, 26 Jun 2024 01:21:14 +0800 Subject: [PATCH] misc: added delete prompt for aws secret manager integ deletion --- .../components/IntegrationsSection/IntegrationsSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx index d56010278..1b6473bfe 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx @@ -297,6 +297,7 @@ export const IntegrationsSection = ({ (popUp?.deleteConfirmation?.data as TIntegration)?.app || (popUp?.deleteConfirmation?.data as TIntegration)?.owner || (popUp?.deleteConfirmation?.data as TIntegration)?.path || + (popUp?.deleteConfirmation?.data as TIntegration)?.integration || "" } onDeleteApproved={async () =>