mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updated
This commit is contained in:
parent
a8d9ec426b
commit
c658189c85
@ -104,7 +104,7 @@ function (angular, _) {
|
||||
|
||||
for (i = 0; i < copy.panels.length; i++) {
|
||||
panel = row.panels[i];
|
||||
panel.scopedVars = {};
|
||||
panel.scopedVars = panel.scopedVars || {};
|
||||
panel.scopedVars[variable.name] = option;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user