mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
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:
committed by
GitHub
parent
5e64d65a8b
commit
a3102488a1
@@ -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',
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user