1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00
This commit is contained in:
sjaanus 2025-07-24 13:31:27 +03:00
parent 43240ddb34
commit b520b95cef
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -34,6 +34,7 @@ export const useInsights = (
metricsSummaryTrends: [],
environmentTypeTrends: [],
lifecycleTrends: [],
creationArchiveTrends: [],
} as InstanceInsightsSchema),
refetchInsights,
loading: !error && !data,