This commit is contained in:
Jan Prochazka 2020-12-05 08:48:40 +01:00
parent 65197cf038
commit 6471141926

View File

@ -39,7 +39,7 @@ export default function FreeDataTab({ archiveFolder, archiveFile, tabVisible, to
changeTab(tabid, setOpenedTabs, (tab) => ({
...tab,
title: file,
props: { archiveFIle: file, archiveFolder: folder },
props: { archiveFile: file, archiveFolder: folder },
}));
};