This commit is contained in:
Vasu Bhog
2022-05-19 12:20:36 -07:00
committed by GitHub
parent f2b623b3b2
commit 79875c0b95

View File

@@ -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;