CP-10759 - Remove unused withStamp prop and injection

pull/544/head
Bernardo Anderson 4 months ago
parent b1a1e4a0f0
commit aed0782d5f

@ -389,7 +389,6 @@ export default {
withPhone: this.withPhone,
withVerification: this.withVerification,
withPayment: this.withPayment,
withStamp: this.withStamp,
isPaymentConnected: this.isPaymentConnected,
withFormula: this.withFormula,
withConditions: this.withConditions,
@ -589,11 +588,6 @@ export default {
required: false,
default: false
},
withStamp: {
type: Boolean,
required: false,
default: false
},
isPaymentConnected: {
type: Boolean,
required: false,

@ -55,7 +55,7 @@ import { IconTextSize, IconWritingSign, IconCalendarEvent, IconPhoto, IconCheckb
export default {
name: 'FiledTypeDropdown',
inject: ['withPhone', 'withPayment', 'withVerification', 'withStamp', 't', 'fieldTypes'],
inject: ['withPhone', 'withPayment', 'withVerification', 't', 'fieldTypes'],
props: {
modelValue: {
type: String,

Loading…
Cancel
Save