change(ui): clickMapUrl to heatMapUrl

This commit is contained in:
Shekar Siri 2024-07-03 15:50:49 +02:00
parent 9903f097dc
commit 725095f205

View file

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