This commit is contained in:
Torkel Ödegaard 2015-03-21 18:39:43 -04:00
parent a8d9ec426b
commit c658189c85

View File

@ -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;
}
});