fix(repeat panel): fix for unwanted unsaved changes warnings when using repeat panel, #2364
This commit is contained in:
@@ -80,6 +80,9 @@ function(angular, _) {
|
||||
// remove scopedVars
|
||||
panel.scopedVars = null;
|
||||
|
||||
// ignore span changes
|
||||
panel.span = null;
|
||||
|
||||
// ignore panel legend sort
|
||||
if (panel.legend) {
|
||||
delete panel.legend.sort;
|
||||
|
||||
Reference in New Issue
Block a user