From f30cb0bba1b898d7bd37d30d0f20c21543d84bdf Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:00:27 +0800 Subject: [PATCH] Add files via upload --- frontend/src/components/files/ListingItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/files/ListingItem.vue b/frontend/src/components/files/ListingItem.vue index bb374ec4..32753c84 100644 --- a/frontend/src/components/files/ListingItem.vue +++ b/frontend/src/components/files/ListingItem.vue @@ -72,6 +72,7 @@ export default { if (this.type === "image") return "insert_photo"; if (this.type === "audio") return "volume_up"; if (this.type === "video") return "movie"; + if (this.type === "pdf") return "picture_as_pdf"; return "insert_drive_file"; }, isDraggable() {