From 725095f205b7f4d41cf6ce35ac8aea18358020d3 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 3 Jul 2024 15:50:49 +0200 Subject: [PATCH] change(ui): clickMapUrl to heatMapUrl --- .../components/DashboardList/NewDashModal/ExampleCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx index a53216b22..228c7550b 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx @@ -102,7 +102,7 @@ export const CARD_LIST: CardType[] = [ title: 'Heatmaps', key: HEATMAP, cardType: HEATMAP, - metricOf: 'clickMapUrl', + metricOf: 'heatMapUrl', category: CARD_CATEGORIES[0].key, example: HeatmapsExample },