make form completted button configurable

This commit is contained in:
DocuSeal
2023-09-29 01:24:39 +03:00
parent 881a2acbfc
commit c651709e45
8 changed files with 53 additions and 2 deletions
+6
View File
@@ -317,6 +317,7 @@
v-else
:is-demo="isDemo"
:attribution="attribution"
:completed-button="completedButton"
:with-confetti="withConfetti"
:can-send-email="canSendEmail && !!submitter.email"
:submitter-slug="submitterSlug"
@@ -434,6 +435,11 @@ export default {
type: Object,
required: false,
default: () => ({})
},
completedButton: {
type: Object,
required: false,
default: () => ({})
}
},
data () {