@syncfusion/ej2-layouts 25.1.35 → 25.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5212,6 +5212,7 @@ let DashboardLayout = class DashboardLayout extends Component {
5212
5212
  if (Array.isArray(getValue(key, this)) && key === 'panels') {
5213
5213
  // eslint-disable-next-line
5214
5214
  this.mergePanels(dataObj[key], this[key]);
5215
+ this[key] = dataObj[key];
5215
5216
  }
5216
5217
  }
5217
5218
  }