mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
[Explore] Fix Stop Query Button behavior (#4301)
This commit is contained in:
@@ -97,7 +97,7 @@ class ExploreViewContainer extends React.Component {
|
||||
}
|
||||
|
||||
onStop() {
|
||||
this.props.actions.chartUpdateStopped(this.props.chart.queryRequest);
|
||||
return this.props.chart.queryRequest.abort();
|
||||
}
|
||||
|
||||
getWidth() {
|
||||
|
||||
Reference in New Issue
Block a user