From 8acceab1e7f1d47eda19be6eb6a56135d74152e5 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Sun, 15 Sep 2024 19:57:56 +0400 Subject: [PATCH] fix: updated last used to be considered last success sync --- .../IntegrationsSection/ConfiguredIntegrationItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/ConfiguredIntegrationItem.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/ConfiguredIntegrationItem.tsx index 1d6332022..919d6870f 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/ConfiguredIntegrationItem.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/ConfiguredIntegrationItem.tsx @@ -184,7 +184,7 @@ export const ConfiguredIntegrationItem = ({
-
Last sync
+
Last successful sync
{format(new Date(integration.lastUsed), "yyyy-MM-dd, hh:mm aaa")}