mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-12-22 03:00:50 +08:00
Add MSSQL types
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user