rm filename spec

This commit is contained in:
howard 2021-04-22 23:45:42 -07:00
parent ed7af821e8
commit 34ba6424dd

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'],
})