@messaia/cdk 21.0.0-rc.8 → 21.0.0-rc.9

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.
@@ -20148,7 +20148,7 @@ class GenericFormBaseComponent extends BaseComponent {
20148
20148
  this.reload.emit(this.formValue);
20149
20149
  }
20150
20150
  else {
20151
- this.reloadPage();
20151
+ this.loadItem();
20152
20152
  }
20153
20153
  }
20154
20154
  },