mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
fix await (#19437)
This commit is contained in:
@@ -681,7 +681,7 @@ export async function promptSelectTable(connectionURI: string, bindingType: Bind
|
||||
});
|
||||
|
||||
if (selectedObject === manuallyEnterObjectName) {
|
||||
let selectedObject = promptToManuallyEnterObjectName(bindingType);
|
||||
selectedObject = await promptToManuallyEnterObjectName(bindingType);
|
||||
if (!selectedObject) {
|
||||
// user cancelled so we will show the tables prompt again
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user