monkey-front-core 0.0.414 → 0.0.415

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.
@@ -5349,10 +5349,10 @@ class MonkeyEcxCommonsStoreService extends MonkeyEcxCommonsService {
5349
5349
  throw new Error(`MECX Core - Method paginationHasDifference -> ${e}`);
5350
5350
  }
5351
5351
  }
5352
- updateControl(ctrl) {
5352
+ updateControl(data) {
5353
5353
  try {
5354
5354
  this.store.dispatch(this.action.updateControl({
5355
- ctrl
5355
+ data
5356
5356
  }));
5357
5357
  }
5358
5358
  catch (e) {