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.
@@ -5832,7 +5832,7 @@ var CollectionContext = function CollectionContext(url, field, host, page, fetch
5832
5832
  try {
5833
5833
  var _this6 = this;
5834
5834
 
5835
- return Promise.resolve(_this6.fetch(selected.id)).then(function (result) {
5835
+ return Promise.resolve(_this6.fetch(_this6.selected.id)).then(function (result) {
5836
5836
  _this6.selected = result;
5837
5837
  });
5838
5838
  } catch (e) {