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 = ({