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 },