diff options
Diffstat (limited to 'components/ship-vendor-document/add-attachment-dialog.tsx')
| -rw-r--r-- | components/ship-vendor-document/add-attachment-dialog.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/ship-vendor-document/add-attachment-dialog.tsx b/components/ship-vendor-document/add-attachment-dialog.tsx index 8357c0b6..fa6f73f1 100644 --- a/components/ship-vendor-document/add-attachment-dialog.tsx +++ b/components/ship-vendor-document/add-attachment-dialog.tsx @@ -49,7 +49,10 @@ const ACCEPTED_FILE_TYPES = [ 'image/gif', 'text/plain', 'application/zip', - 'application/x-zip-compressed' + 'application/x-zip-compressed', + // Presentations (added) + 'application/vnd.ms-powerpoint', // .ppt + 'application/vnd.openxmlformats-officedocument.presentationml.presentation', // .pptx ] const attachmentUploadSchema = z.object({ |
