mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(): minor query editor fix
This commit is contained in:
@@ -79,6 +79,7 @@ export class QueryRowCtrl {
|
||||
}
|
||||
|
||||
removeQuery() {
|
||||
delete this.panelCtrl.__collapsedQueryCache[this.target.refId];
|
||||
this.panel.targets = _.without(this.panel.targets, this.target);
|
||||
this.panelCtrl.refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user