Fixed most of the form/show pages

This commit is contained in:
Julien Nahum
2023-12-20 18:38:43 +01:00
parent af5656ce81
commit bab8517879
19 changed files with 317 additions and 335 deletions

View File

@@ -38,10 +38,14 @@ export default {
AdvancedFormUrlSettings,
EmbedFormAsPopupModal
},
props: {
form: { type: Object, required: true }
form: {type: Object, required: true},
},
mounted() {
console.log('form',this.form)
},
mixins: [SeoMeta],
data: () => ({
shareFormConfig: {
@@ -50,8 +54,6 @@ export default {
}
}),
mounted() {},
computed: {
metaTitle() {
return (this.form) ? 'Form Share - '+this.form.title : 'Form Share'