From bf4db0a9ff00d5ebb0dddac9a5dee4da07e42bf1 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Sun, 28 Apr 2024 19:44:39 -0700 Subject: [PATCH] made paths scrollable --- .../components/IntegrationsSection/IntegrationsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx index da3d50c66..185cc411f 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx @@ -137,7 +137,7 @@ export const IntegrationsSection = ({ "App" } /> -
+
{(integration.integration === "hashicorp-vault" && `${integration.app} - path: ${integration.path}`) || (integration.scope === "github-org" && `${integration.owner}`) ||