[Explore] Fix Stop Query Button behavior (#4301)

This commit is contained in:
Grace Guo
2018-01-31 09:34:08 -08:00
committed by GitHub
parent c77bab8160
commit 1a7ef4758b
2 changed files with 5 additions and 6 deletions

View File

@@ -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() {