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

@@ -12,14 +12,11 @@ import FormStats from '../../../../components/open/forms/components/FormStats.vu
import SeoMeta from '../../../../mixins/seo-meta.js'
export default {
name: 'Stats',
components: {FormStats},
props: {
form: {type: Object, required: true},
},
mixins: [SeoMeta],
data: () => ({}),
computed: {
metaTitle() {