mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 23:13:57 +00:00
fix
This commit is contained in:
@@ -39,7 +39,7 @@ export default function FreeDataTab({ archiveFolder, archiveFile, tabVisible, to
|
|||||||
changeTab(tabid, setOpenedTabs, (tab) => ({
|
changeTab(tabid, setOpenedTabs, (tab) => ({
|
||||||
...tab,
|
...tab,
|
||||||
title: file,
|
title: file,
|
||||||
props: { archiveFIle: file, archiveFolder: folder },
|
props: { archiveFile: file, archiveFolder: folder },
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user