From 072f6c737c1fb586b5bade57460b18b7b663df87 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Mon, 26 Jun 2023 18:08:00 -0700 Subject: [PATCH] UI update to inetgrations --- .../IntegrationsSection.tsx | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx index fe79f66e1..272b96a3b 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx @@ -10,7 +10,8 @@ import { IconButton, Select, SelectItem, - Skeleton + Skeleton, + Tooltip } from "@app/components/v2"; import { usePopUp } from "@app/hooks"; import { TIntegration } from "@app/hooks/api/types"; @@ -53,7 +54,7 @@ export const IntegrationsSection = ({
{integrations?.map((integration) => (
@@ -62,7 +63,7 @@ export const IntegrationsSection = ({