buli
2023-07-14 744f42c5496e656a1f9927740a3b37c0b97a6cba
force-app/main/default/lwc/lexCustomLightningDatatable/customAgencyOppInput.html
@@ -1,8 +1,3 @@
<template>
    <c-lex-agency-opp-cus-cell
        input-value={typeAttributes.inputValue}
        record-id={typeAttributes.recordId}
        field-name={typeAttributes.fieldName}
        show-type={typeAttributes.showType}
    ></c-lex-agency-opp-cus-cell>
    <c-lex-agency-opp-cus-cell input-value={typeAttributes.inputValue} record-id={typeAttributes.recordId} field-name={typeAttributes.fieldName} show-type={typeAttributes.showType}></c-lex-agency-opp-cus-cell>
</template>