mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
UI fix
This commit is contained in:
parent
8c3c32aeba
commit
f39ec26c29
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user