binxie
2023-06-26 d3e4451e36fbe25da4427bccd4e6b41aefd473c8
force-app/main/default/lwc/lexCustomLightningDatatable/customShippingUnitPrice.html
@@ -1,7 +1,8 @@
<template>
    <c-custom-shipping-unit-price-comp
        record-id={typeAttributes.recordId}
        shipping-unit-price={typeAttributes.shippingUnitPrice}
    record-id={typeAttributes.recordId}
    shipping-unit-price={typeAttributes.shippingUnitPrice}
    >
    </c-custom-shipping-unit-price-comp>
</template>