This commit is contained in:
Brian Silah 2024-05-10 17:32:40 +02:00 committed by GitHub
commit cb59c47c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ export const fileSave = (
fileName: `${opts.name}.${opts.extension}`,
description: opts.description,
extensions: [`.${opts.extension}`],
mimeTypes: [MIME_TYPES[opts.extension]],
},
opts.fileHandle,
);