@sumaris-net/ngx-components 1.19.23 → 1.19.24
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/bundles/sumaris-net.ngx-components.umd.js +3 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +5 -2
- package/esm2015/src/app/core/form/entity-editor.class.js +4 -2
- package/fesm2015/sumaris-net.ngx-components.js +3 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -28863,7 +28863,9 @@
|
|
|
28863
28863
|
return [4 /*yield*/, this.computePageHistory(title)];
|
|
28864
28864
|
case 2:
|
|
28865
28865
|
page = _c.sent();
|
|
28866
|
-
|
|
28866
|
+
if (page)
|
|
28867
|
+
return [2 /*return*/, this.addToPageHistory(page)];
|
|
28868
|
+
_c.label = 3;
|
|
28867
28869
|
case 3: return [2 /*return*/];
|
|
28868
28870
|
}
|
|
28869
28871
|
});
|