Merge branch 'main' into vue-3
This commit is contained in:
@@ -56,6 +56,9 @@ export default {
|
||||
return this.$store.getters['open/workspaces/getCurrent']()
|
||||
},
|
||||
customDomainOptions () {
|
||||
if (!this.workspace || !this.workspace.custom_domains) {
|
||||
return []
|
||||
}
|
||||
return this.workspace.custom_domains.map((domain) => {
|
||||
return {
|
||||
name: domain,
|
||||
|
||||
@@ -70,8 +70,8 @@
|
||||
label="Transparent Background" help="Only applies when form is embedded"
|
||||
/>
|
||||
<toggle-switch-input name="confetti_on_submission" :form="form" class="mt-4"
|
||||
label="Confetti on successful submisison"
|
||||
@update:model-value="onChangeConfettiOnSubmission"
|
||||
label="Confetti on successful submission"
|
||||
@input="onChangeConfettiOnSubmission"
|
||||
/>
|
||||
<toggle-switch-input name="auto_save" :form="form"
|
||||
label="Auto save form response"
|
||||
|
||||
Reference in New Issue
Block a user