From d01023dfe7387763e4ab1f3f03fa9bdfd6f07377 Mon Sep 17 00:00:00 2001
From: nitin <142569587+ehconitin@users.noreply.github.com>
Date: Mon, 17 Mar 2025 18:31:55 +0530
Subject: [PATCH] update connected account health status descriptions (#10935)
---
.../components/ConnectedAccountHealthStatus.tsx | 6 ++++--
.../SettingsAdminHealthAccountSyncCountersTable.tsx | 7 +++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/ConnectedAccountHealthStatus.tsx b/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/ConnectedAccountHealthStatus.tsx
index 0aeacf957..7abb4a163 100644
--- a/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/ConnectedAccountHealthStatus.tsx
+++ b/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/ConnectedAccountHealthStatus.tsx
@@ -51,14 +51,16 @@ export const ConnectedAccountHealthStatus = () => {
{!isMessageSyncDown && serviceDetails.messageSync?.details && (
)}
{!isCalendarSyncDown && serviceDetails.calendarSync?.details && (
)}
diff --git a/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/SettingsAdminHealthAccountSyncCountersTable.tsx b/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/SettingsAdminHealthAccountSyncCountersTable.tsx
index f850feab2..d1b47b3b7 100644
--- a/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/SettingsAdminHealthAccountSyncCountersTable.tsx
+++ b/packages/twenty-front/src/modules/settings/admin-panel/health-status/components/SettingsAdminHealthAccountSyncCountersTable.tsx
@@ -10,9 +10,11 @@ const StyledSettingsAdminTableCard = styled(SettingsAdminTableCard)`
export const SettingsAdminHealthAccountSyncCountersTable = ({
details,
title,
+ description,
}: {
details: Record | null;
title: string;
+ description: string;
}) => {
if (!details) {
return null;
@@ -43,10 +45,7 @@ export const SettingsAdminHealthAccountSyncCountersTable = ({
return (