From b520b95cef67cc294a0b8ca25cc958bd33ffd6d1 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Thu, 24 Jul 2025 13:31:27 +0300 Subject: [PATCH] Fix --- frontend/src/hooks/api/getters/useInsights/useInsights.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/hooks/api/getters/useInsights/useInsights.ts b/frontend/src/hooks/api/getters/useInsights/useInsights.ts index fce0e715d2..b5043b3628 100644 --- a/frontend/src/hooks/api/getters/useInsights/useInsights.ts +++ b/frontend/src/hooks/api/getters/useInsights/useInsights.ts @@ -34,6 +34,7 @@ export const useInsights = ( metricsSummaryTrends: [], environmentTypeTrends: [], lifecycleTrends: [], + creationArchiveTrends: [], } as InstanceInsightsSchema), refetchInsights, loading: !error && !data,