@vendure/admin-ui 1.9.3 → 1.9.4

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.
@@ -437,7 +437,7 @@
437
437
  for (var _i = 0; _i < arguments.length; _i++) {
438
438
  args[_i] = arguments[_i];
439
439
  }
440
- return (_b = _this.dataService.product).getAssetList.apply(_b, __spreadArray([], __read(args)));
440
+ return (_b = _this.dataService.product).getAssetList.apply(_b, __spreadArray([], __read(args))).refetchOnChannelChange();
441
441
  }, function (data) { return data.assets; }, function (skip, take) {
442
442
  var _a;
443
443
  var searchTerm = _this.searchTerm$.value;