Add MSSQL types

This commit is contained in:
1ilit
2024-07-04 19:42:11 +03:00
parent d7025e1ff1
commit d00c21b2e3
5 changed files with 392 additions and 38 deletions

View File

@@ -783,9 +783,12 @@ export default function ControlPanel({
setImportDb(DB.MARIADB);
},
},
// {
// MSSQL: () => setModal(MODAL.IMPORT_SRC),
// },
{
MSSQL: () => {
setModal(MODAL.IMPORT_SRC);
setImportDb(DB.MSSQL);
},
},
],
}),
function: () => {