From 482a679cefaa3dd8efe24ed67350f2150c6ab590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 4 Jan 2021 15:32:10 +0100 Subject: [PATCH] Testing: add fallback for testing old attachments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/card/AttachmentList.vue | 22 ++++++++++++++++++++-- src/mixins/attachmentUpload.js | 4 ++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index 7968fd111..6786009e3 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -23,6 +23,9 @@