ywana-core8 0.0.563 → 0.0.564
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/CollectionPage.js +1 -1
package/dist/index.cjs
CHANGED
@@ -5840,7 +5840,7 @@ var CollectionContext = function CollectionContext(url, field, host, page, fetch
|
|
5840
5840
|
try {
|
5841
5841
|
var _this6 = this;
|
5842
5842
|
|
5843
|
-
return Promise.resolve(_this6.fetch(selected.id)).then(function (result) {
|
5843
|
+
return Promise.resolve(_this6.fetch(_this6.selected.id)).then(function (result) {
|
5844
5844
|
_this6.selected = result;
|
5845
5845
|
});
|
5846
5846
|
} catch (e) {
|