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, withPhone: this.withPhone,
withVerification: this.withVerification, withVerification: this.withVerification,
withPayment: this.withPayment, withPayment: this.withPayment,
withStamp: this.withStamp,
isPaymentConnected: this.isPaymentConnected, isPaymentConnected: this.isPaymentConnected,
withFormula: this.withFormula, withFormula: this.withFormula,
withConditions: this.withConditions, withConditions: this.withConditions,
@ -589,11 +588,6 @@ export default {
required: false, required: false,
default: false default: false
}, },
withStamp: {
type: Boolean,
required: false,
default: false
},
isPaymentConnected: { isPaymentConnected: {
type: Boolean, type: Boolean,
required: false, required: false,

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

Loading…
Cancel
Save