diff --git a/frontend/src/views/files/Preview.vue b/frontend/src/views/files/Preview.vue index 4fd3d2c8..934fd238 100644 --- a/frontend/src/views/files/Preview.vue +++ b/frontend/src/views/files/Preview.vue @@ -253,7 +253,7 @@ const hasPrevious = computed(() => previousLink.value !== ""); const hasNext = computed(() => nextLink.value !== ""); const downloadUrl = computed(() => - fileStore.req ? api.getDownloadURL(fileStore.req, true) : "" + fileStore.req ? api.getDownloadURL(fileStore.req, false) : "" ); const raw = computed(() => {