mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
65197cf038
commit
6471141926
@ -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 },
|
||||
}));
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user