@gem-sdk/components 2.1.27-staging.10 → 2.1.27-staging.11
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.
|
@@ -260,7 +260,7 @@ const ProductList = ({ setting, builderProps, styles, className, children, advan
|
|
|
260
260
|
endunless
|
|
261
261
|
endfor
|
|
262
262
|
endfor
|
|
263
|
-
assign products =
|
|
263
|
+
assign products = relatedListProduct | uniq
|
|
264
264
|
when 'vendor'
|
|
265
265
|
assign vendorAssignProduct = assignProduct.vendor
|
|
266
266
|
assign productFilter = allProductsPaginated | where: 'vendor', vendorAssignProduct
|
|
@@ -256,7 +256,7 @@ const ProductList = ({ setting, builderProps, styles, className, children, advan
|
|
|
256
256
|
endunless
|
|
257
257
|
endfor
|
|
258
258
|
endfor
|
|
259
|
-
assign products =
|
|
259
|
+
assign products = relatedListProduct | uniq
|
|
260
260
|
when 'vendor'
|
|
261
261
|
assign vendorAssignProduct = assignProduct.vendor
|
|
262
262
|
assign productFilter = allProductsPaginated | where: 'vendor', vendorAssignProduct
|