Commit 5a241a82 by Torkel Ödegaard

fix(): minor query editor fix

parent 4a332065
...@@ -79,6 +79,7 @@ export class QueryRowCtrl { ...@@ -79,6 +79,7 @@ export class QueryRowCtrl {
} }
removeQuery() { removeQuery() {
delete this.panelCtrl.__collapsedQueryCache[this.target.refId];
this.panel.targets = _.without(this.panel.targets, this.target); this.panel.targets = _.without(this.panel.targets, this.target);
this.panelCtrl.refresh(); this.panelCtrl.refresh();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment