Commit 49a1d441 by Torkel Ödegaard

fix(dashlist): fixed dashlist bug

parent 8451de87
...@@ -25,7 +25,7 @@ class DashListCtrl extends PanelCtrl { ...@@ -25,7 +25,7 @@ class DashListCtrl extends PanelCtrl {
_.defaults(this.panel, panelDefaults); _.defaults(this.panel, panelDefaults);
if (this.panel.tag) { if (this.panel.tag) {
this.panel.tags = [$scope.panel.tag]; this.panel.tags = [this.panel.tag];
delete this.panel.tag; delete this.panel.tag;
} }
......
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