buli
2023-07-18 df5aa8087c2c7328dc4188f05d762c8df1f0b07a
force-app/main/default/lwc/lexCustomLightningDatatable/customShippingUnitPrice.html
@@ -1,6 +1,8 @@
<template>
    <c-custom-shipping-unit-price-comp
    record-id={typeAttributes.recordId}>
    record-id={typeAttributes.recordId}
    shipping-unit-price={typeAttributes.shippingUnitPrice}
    >
    </c-custom-shipping-unit-price-comp>
</template>