We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f15d1 commit ac81cffCopy full SHA for ac81cff
src/features/manage-file.ts
@@ -37,7 +37,7 @@ export const saveJSONFile = async ({
37
draw.addClass('interactive-mode')
38
drawLayout(draw, content.layout, previewMode)
39
const blob = new Blob([stringify(content, { space: ' ' }) || ''], {
40
- type: 'application/json;charset=utf-8',
+ type: 'application/json',
41
})
42
fileSave(blob, {
43
fileName: `${storeContent.info.layout.name || 'Untitled'}.json`,
0 commit comments