Skip to content

Commit 5fd3a6e

Browse files
committed
feat: setup chemical/x-nmrium+zip type to zipBlob
Refs: #3708
1 parent c20ed9f commit 5fd3a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/hooks/useExport.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function useExport() {
9999
serializedState: blob,
100100
});
101101
const zipBlob = new Blob([archive], {
102-
type: 'application/nmrium+zip',
102+
type: 'chemical/x-nmrium+zip',
103103
});
104104
saveAs({ blob: zipBlob, name, extension: '.nmrium.zip' });
105105
} catch (error) {

0 commit comments

Comments
 (0)