test untitled to unamed
This commit is contained in:
parent
ef694c04f4
commit
da8dc7c5a1
@ -51,7 +51,7 @@ export async function saveFileAs(file, dispatch) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const fileHandle = await fileSave(new Blob([file], { type: 'application/json' }), {
|
const fileHandle = await fileSave(new Blob([file], { type: 'application/json' }), {
|
||||||
fileName: 'untitled.json',
|
fileName: 'unamed.json',
|
||||||
extensions: ['.json'],
|
extensions: ['.json'],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user