From a9c419cff9d8a9379a5219defafc05759f5a49cd Mon Sep 17 00:00:00 2001 From: Radekor500 Date: Sun, 28 Apr 2024 14:21:52 +0200 Subject: [PATCH] show expiration date instead of total files --- .../ClientApp/src/components/UploadHistory/HistoryElement.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue b/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue index 9fe1f6a..d815a57 100644 --- a/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue +++ b/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue @@ -38,7 +38,7 @@ const copyToClipboard = (link: string) => { {{ new Date(upload.uploadDate).toDateString() }}

- {{ upload.files.length }} files + Expires on {{ new Date(upload.expirationDate).toDateString() }}