@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.
- package/doc/changelog.md +3 -0
- package/esm2020/src/app/core/form/entity/entity-editor.class.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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);
|