rm filename spec

master
howard 2021-04-22 23:45:42 -07:00
parent ed7af821e8
commit 34ba6424dd
1 changed files with 1 additions and 1 deletions

View File

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