mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(dashlist): fixed dashlist bug
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user