rename variable

This commit is contained in:
Erik Sundell
2018-11-23 15:15:41 +01:00
parent 65c744c39f
commit 1e6ea8b124
3 changed files with 5 additions and 5 deletions

View File

@@ -11,13 +11,13 @@ export class QueryRowCtrl {
panelCtrl: any;
panel: any;
collapsed: any;
hideRowButtons: boolean;
hideEditorRowActions: boolean;
constructor() {
this.panelCtrl = this.queryCtrl.panelCtrl;
this.target = this.queryCtrl.target;
this.panel = this.panelCtrl.panel;
this.hideRowButtons = this.panelCtrl.hideRowButtons;
this.hideEditorRowActions = this.panelCtrl.hideEditorRowActions;
if (!this.target.refId) {
this.target.refId = this.panelCtrl.dashboard.getNextQueryLetter(this.panel);