@sledge-app/react-instant-search 2.0.66 → 2.0.67
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.
|
@@ -4468,8 +4468,7 @@ const VariantSelector = (props) => {
|
|
|
4468
4468
|
setSelectedVariantId == null ? void 0 : setSelectedVariantId(variantId);
|
|
4469
4469
|
if (inventoryQuantity)
|
|
4470
4470
|
setSelectedVariantStock == null ? void 0 : setSelectedVariantStock(inventoryQuantity);
|
|
4471
|
-
|
|
4472
|
-
setSelectedVariantInventoryManagement == null ? void 0 : setSelectedVariantInventoryManagement(inventoryManagement);
|
|
4471
|
+
setSelectedVariantInventoryManagement == null ? void 0 : setSelectedVariantInventoryManagement(inventoryManagement || null);
|
|
4473
4472
|
if (inventoryPolicy)
|
|
4474
4473
|
setSelectedVariantInventoryPolicy == null ? void 0 : setSelectedVariantInventoryPolicy(inventoryPolicy);
|
|
4475
4474
|
if (price)
|