Merge branch 'main' into vue-3

This commit is contained in:
Forms Dev
2023-12-13 18:21:09 +05:30
8 changed files with 40 additions and 28 deletions

View File

@@ -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,

View File

@@ -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"