contentoh-components-library 21.5.5 → 21.5.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.
package/package.json
CHANGED
|
@@ -704,8 +704,8 @@ export const ProviderProductEdition = ({
|
|
|
704
704
|
item.isApproved = true;
|
|
705
705
|
/**if (approvedInputs.hasOwnProperty(attributeId)) {
|
|
706
706
|
item.isApproved = true;
|
|
707
|
-
}
|
|
708
|
-
return item
|
|
707
|
+
}**/
|
|
708
|
+
return item;
|
|
709
709
|
});
|
|
710
710
|
|
|
711
711
|
if (product?.orderId) dataObject["orderId"] = product?.orderId;
|