summaryrefslogtreecommitdiff
path: root/components/ModelForm.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-24 16:09:39 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-24 16:09:39 +0200
commit39dfd080674632b57f7436d7e9b4905c83a38af5 (patch)
tree04ba6c4686091f25a19f7059c502a135d1c8108e /components/ModelForm.vue
parent6c870e85cc152cb83855e74e1fc93302c6f96fe2 (diff)
Use PreviewFile also in model index page
Diffstat (limited to 'components/ModelForm.vue')
-rw-r--r--components/ModelForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ModelForm.vue b/components/ModelForm.vue
index ea1d3c3..442c0ba 100644
--- a/components/ModelForm.vue
+++ b/components/ModelForm.vue
@@ -5,7 +5,7 @@
.fixed.inset-0.z-10.overflow-y-auto
.flex.min-h-full.items-center.justify-center.p-4.text-center
.relative.transform.overflow-hidden.rounded-lg.bg-white.shadow-xl.transition-all(class="w-10/12 sm:w-8/12")
- file-preview(:path="openPreview")
+ file-preview(:path="openPreview" controls="1")
.bg-gray-50.px-4.py-3(class="sm:flex sm:flex-row-reverse sm:px-6")
button.mt-3.inline-flex.w-full.justify-center.rounded-md.border.border-gray-300.bg-white.px-4.py-2.text-base.font-medium.text-gray-700.shadow-sm(
type="button"