buli
2023-07-11 80a3f59e2d3df07805bc67e329300b8de90a5b3a
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>