mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
stop scanning when clear all button is clicked
This commit is contained in:
parent
9a771555f3
commit
f8cef73b5b
@ -351,6 +351,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
|
||||
};
|
||||
|
||||
onClickClear = () => {
|
||||
this.onStopScanning();
|
||||
this.modifiedQueries = ensureQueries();
|
||||
this.setState(
|
||||
prevState => ({
|
||||
|
Loading…
Reference in New Issue
Block a user