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,