fix(): minor query editor fix

This commit is contained in:
Torkel Ödegaard
2016-04-28 10:29:36 +02:00
parent 4a332065d0
commit 5a241a8290

View File

@@ -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();
}