@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.
@@ -5297,6 +5297,7 @@ var DashboardLayout = /** @__PURE__ @class */ (function (_super) {
5297
5297
  if (Array.isArray(getValue(key, this)) && key === 'panels') {
5298
5298
  // eslint-disable-next-line
5299
5299
  this.mergePanels(dataObj[key], this[key]);
5300
+ this[key] = dataObj[key];
5300
5301
  }
5301
5302
  }
5302
5303
  }