feat: add chart image info to reports from charts (#16158)

* refetch reports on props update

* add chart types to reports
This commit is contained in:
Elizabeth Thompson
2021-08-10 15:11:10 -07:00
committed by GitHub
parent 5e64d65a8b
commit a3102488a1
6 changed files with 131 additions and 25 deletions

View File

@@ -295,7 +295,7 @@ export class ExploreChartHeader extends React.PureComponent {
props={{
userId: this.props.user.userId,
userEmail: this.props.user.email,
chartId: this.props.chart.id,
chart: this.props.chart,
creationMethod: 'charts',
}}
/>