diff --git a/Services/client/src/modules/01_user/components/FileDownload.vue b/Services/client/src/modules/01_user/components/FileDownload.vue index 39ee1ad..ac97661 100644 --- a/Services/client/src/modules/01_user/components/FileDownload.vue +++ b/Services/client/src/modules/01_user/components/FileDownload.vue @@ -9,8 +9,7 @@ import { useFileInfoStore } from '@/stores/file-info-data' import FileIcon from '@/components/FileIcon.vue' const { isFilePreview, fileInfo } = storeToRefs(useFileInfoStore()) -const { getType, getFormatDate, getSize, getFileNameFormat } = - useFileInfoStore() +const { getType, getFormatDate, getSize } = useFileInfoStore() async function downloadSubmit(path: any) { const [cabinet, drawer, folder, file] = path.split('/')