Skip to content

Commit 9325c05

Browse files
committed
examples: web-analytics fix title in custom reports display
1 parent 670a531 commit 9325c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web-analytics/dashboard-app/src/pages/CustomReportPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const CustomReportPage = ({ withTime }) => {
6868
return out;
6969
}, {})
7070
}
71-
/> : finalActiveMeasure
71+
/> : meta.resolveMember(finalActiveMeasure, "measures").shortTitle
7272
}
7373
vizState={withTime({ query: overTimeChartQuery, chartType: 'line' })}
7474
/>

0 commit comments

Comments
 (0)