mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
UI fix
This commit is contained in:
@@ -81,7 +81,7 @@ export function mountCodeCompletion({ conid, database, editor, getText }) {
|
||||
const line = session.getLine(cursor.row).slice(0, cursor.column);
|
||||
const dbinfo = await getDatabaseInfo({ conid, database });
|
||||
const schemaList = await getSchemaList({ conid, database });
|
||||
const connection = await getConnectionInfo(conid);
|
||||
const connection = await getConnectionInfo({ conid });
|
||||
const driver = findEngineDriver(connection, getExtensions());
|
||||
const defaultSchema = findDefaultSchema(schemaList, driver.dialect);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user