mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
fix(dashlist): fixed dashlist bug
This commit is contained in:
parent
8451de8752
commit
49a1d4417d
@ -25,7 +25,7 @@ class DashListCtrl extends PanelCtrl {
|
||||
_.defaults(this.panel, panelDefaults);
|
||||
|
||||
if (this.panel.tag) {
|
||||
this.panel.tags = [$scope.panel.tag];
|
||||
this.panel.tags = [this.panel.tag];
|
||||
delete this.panel.tag;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user