From 1b80db3befa859b6ab137211b1a6729d52def3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 14 May 2025 11:08:04 +0200 Subject: [PATCH] =?UTF-8?q?fix(files):=20do=20not=20even=20try=20to=20fetc?= =?UTF-8?q?h=20a=20preview=20if=20=C3=A8has-preview`=20is=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .../src/components/FileEntry/FileEntryPreview.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/files/src/components/FileEntry/FileEntryPreview.vue b/apps/files/src/components/FileEntry/FileEntryPreview.vue index 2e43338cf05..1a7d5d9292f 100644 --- a/apps/files/src/components/FileEntry/FileEntryPreview.vue +++ b/apps/files/src/components/FileEntry/FileEntryPreview.vue @@ -16,6 +16,7 @@