mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
Fix call in Chart (#3945)
This commit is contained in:
committed by
GitHub
parent
f9202ba179
commit
c5ddf57124
@@ -139,7 +139,7 @@ class Chart extends React.PureComponent {
|
||||
renderViz() {
|
||||
const viz = visMap[this.props.vizType];
|
||||
try {
|
||||
viz(this, this.props.queryResponse, this.props.actions.setControlValue);
|
||||
viz(this, this.props.queryResponse, this.props.setControlValue);
|
||||
} catch (e) {
|
||||
this.props.actions.chartRenderingFailed(e, this.props.chartKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user