fixed saving archive

This commit is contained in:
Jan Prochazka
2021-12-09 13:24:58 +01:00
parent fd531cfd1f
commit 3d4ef1da4a
2 changed files with 6 additions and 1 deletions

View File

@@ -88,7 +88,11 @@
...tab,
title: file,
props: { archiveFile: file, archiveFolder: folder },
archiveFile: file,
archiveFolder: folder,
}));
archiveFile = file;
archiveFolder = folder;
};
function handleRunMacro(macro, params, cells) {