@sumaris-net/ngx-components 2.4.86 → 2.4.87

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.
@@ -29442,7 +29442,7 @@ class AppEntityEditor extends AppTabEditor {
29442
29442
  }
29443
29443
  async reload() {
29444
29444
  this.markAsLoading();
29445
- await this.load(this.data?.id);
29445
+ await this.load(this.data?.id, { fetchPolicy: "network-only" });
29446
29446
  }
29447
29447
  async unload(opts) {
29448
29448
  await super.unload(opts);