Skip to content

Commit

Permalink
examples: web-analytics fix title in custom reports display
Browse files Browse the repository at this point in the history
  • Loading branch information
keydunov committed Mar 27, 2020
1 parent 670a531 commit 9325c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const CustomReportPage = ({ withTime }) => {
return out;
}, {})
}
/> : finalActiveMeasure
/> : meta.resolveMember(finalActiveMeasure, "measures").shortTitle
}
vizState={withTime({ query: overTimeChartQuery, chartType: 'line' })}
/>
Expand Down

0 comments on commit 9325c05

Please sign in to comment.