From 57fda6d7a92b85546f2c0310d52b98a966f82d5e 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() }}