Import and export to mariadb in mariadb diagrams

This commit is contained in:
1ilit
2024-06-16 04:54:03 +03:00
parent 8441d3db73
commit 3f6dfe6437
6 changed files with 317 additions and 49 deletions

View File

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