mirror of
https://github.com/apache/superset.git
synced 2026-04-11 04:15:33 +00:00
Implement stop query functionality. (#2387)
* Implement stop query functionality. * Address comments
This commit is contained in:
@@ -83,7 +83,7 @@ class SqlEditor extends React.PureComponent {
|
||||
this.props.actions.setActiveSouthPaneTab('Results');
|
||||
}
|
||||
stopQuery() {
|
||||
this.props.actions.stopQuery(this.props.latestQuery);
|
||||
this.props.actions.postStopQuery(this.props.latestQuery);
|
||||
}
|
||||
createTableAs() {
|
||||
this.startQuery(true, true);
|
||||
|
||||
Reference in New Issue
Block a user