From 8381944bb267bda5e8a96fdbb8481db32ef322fa Mon Sep 17 00:00:00 2001 From: akhilmhdh Date: Tue, 27 Jun 2023 23:56:43 +0530 Subject: [PATCH] feat(integrations-page): fixed id in delete modal --- .../IntegrationsSection/IntegrationsSection.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx index 272b96a3b..e61c6fe47 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx @@ -46,7 +46,7 @@ export const IntegrationsSection = ({ )} {!isLoading && !integrations.length && ( )} @@ -54,7 +54,7 @@ export const IntegrationsSection = ({
{integrations?.map((integration) => (
@@ -80,7 +80,7 @@ export const IntegrationsSection = ({
-
+
{integration.secretPath}
@@ -89,13 +89,13 @@ export const IntegrationsSection = ({
-
+
{integrationSlugNameMapping[integration.integration]}
-
+
{integration.integration === "hashicorp-vault" ? `${integration.app} - path: ${integration.path}` : integration.app} @@ -107,7 +107,7 @@ export const IntegrationsSection = ({ integration.integration === "gitlab") && (
-
+
{integration.targetEnvironment}
@@ -134,7 +134,7 @@ export const IntegrationsSection = ({ handlePopUpToggle("deleteConfirmation", isOpen)} deleteKey={(popUp?.deleteConfirmation?.data as TIntegration)?.app || ""}