test untitled to unamed

This commit is contained in:
howard 2021-04-22 23:05:24 -07:00
parent ef694c04f4
commit da8dc7c5a1

View File

@ -51,7 +51,7 @@ export async function saveFileAs(file, dispatch) {
try {
const fileHandle = await fileSave(new Blob([file], { type: 'application/json' }), {
fileName: 'untitled.json',
fileName: 'unamed.json',
extensions: ['.json'],
})