CP-9771 - Comment out certain field types

pull/544/head
Bernardo Anderson 5 months ago
parent a317c030a1
commit b3d563fb37

@ -112,7 +112,7 @@
:key="type"
>
<button
v-if="fieldTypes.includes(type) || ((withPhone || type != 'phone') && (withPayment || type != 'payment') && (withVerification || type != 'verification'))"
v-if="fieldTypes.includes(type) || ((withPhone || type != 'phone') && (withPayment || type != 'payment') && (withVerification || type != 'verification') && !['stamp', 'cells', 'file', 'image', 'number', 'initials'].includes(type))"
:id="`${type}_type_field_button`"
draggable="true"
class="field-type-button group flex items-center justify-center border border-dashed w-full rounded relative fields-grid-item"

Loading…
Cancel
Save