diff --git a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx index 203b7599b..d59e4e32a 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx @@ -71,6 +71,7 @@ function WidgetView({ const params = new URLSearchParams(location.search); const mk = params.get('mk'); if (mk) { + metricStore.init(); const selectedCard = CARD_LIST(t).find((c) => c.key === mk) as CardType; if (selectedCard) { const cardData: any = {