diff --git a/app/javascript/template_builder/builder.vue b/app/javascript/template_builder/builder.vue index b05f1d67..57bf2871 100644 --- a/app/javascript/template_builder/builder.vue +++ b/app/javascript/template_builder/builder.vue @@ -389,6 +389,7 @@ export default { withPhone: this.withPhone, withVerification: this.withVerification, withPayment: this.withPayment, + withStamp: this.withStamp, isPaymentConnected: this.isPaymentConnected, withFormula: this.withFormula, withConditions: this.withConditions, @@ -588,6 +589,11 @@ export default { required: false, default: false }, + withStamp: { + type: Boolean, + required: false, + default: false + }, isPaymentConnected: { type: Boolean, required: false, diff --git a/app/javascript/template_builder/field_settings.vue b/app/javascript/template_builder/field_settings.vue index ae5bea32..e645e01e 100644 --- a/app/javascript/template_builder/field_settings.vue +++ b/app/javascript/template_builder/field_settings.vue @@ -290,7 +290,7 @@