diff --git a/Services/client/src/modules/01_user/components/FileDownload.vue b/Services/client/src/modules/01_user/components/FileDownload.vue index cee6f16..eece008 100644 --- a/Services/client/src/modules/01_user/components/FileDownload.vue +++ b/Services/client/src/modules/01_user/components/FileDownload.vue @@ -132,7 +132,9 @@ async function downloadSubmit(path: string | undefined) { ชื่อเรื่อง
- {{ fileInfo?.metadata.subject ?? fileInfo?.title }} + {{ + fileInfo?.metadata?.subject ?? fileInfo?.title + }}
@@ -150,7 +152,9 @@ async function downloadSubmit(path: string | undefined) { เจ้าของผลงาน
- {{ fileInfo?.metadata.author ?? fileInfo?.author }} + {{ + fileInfo?.metadata?.author ?? fileInfo?.author + }}