@vendure/admin-ui 3.0.4 → 3.0.6

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.
@@ -4166,7 +4166,7 @@ class ProductVariantQuickJumpComponent {
4166
4166
  .query(GetProductVariantsQuickJumpDocument, {
4167
4167
  id: this.productId,
4168
4168
  })
4169
- .mapSingle(data => data.product?.variants ?? []);
4169
+ .mapStream(data => data.product?.variants ?? []);
4170
4170
  }
4171
4171
  onSelect(item) {
4172
4172
  if (item) {