diff --git a/src/Forms.vue b/src/Forms.vue index 6ceee9723..1b6ab8d16 100644 --- a/src/Forms.vue +++ b/src/Forms.vue @@ -49,7 +49,7 @@ v-for="form in sharedForms" :key="form.id" :form="form" - :read-only="true" + read-only @open-sharing="openSharing" @mobile-close-navigation="mobileCloseNavigation" /> @@ -60,7 +60,7 @@ @@ -109,7 +109,7 @@ diff --git a/src/FormsSettings.vue b/src/FormsSettings.vue index 6808151c5..cb37d9136 100644 --- a/src/FormsSettings.vue +++ b/src/FormsSettings.vue @@ -17,7 +17,7 @@ diff --git a/src/components/AppNavigationForm.vue b/src/components/AppNavigationForm.vue index 1d200db5b..662736490 100644 --- a/src/components/AppNavigationForm.vue +++ b/src/components/AppNavigationForm.vue @@ -9,7 +9,7 @@ :active="isActive" :actions-aria-label="t('forms', 'Form actions')" :counter-number="form.submissionCount" - :compact="true" + compact :force-display-actions="forceDisplayActions" :name="formTitle" :to="{ @@ -28,8 +28,8 @@