mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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) {
|
if (selectedObject === manuallyEnterObjectName) {
|
||||||
let selectedObject = promptToManuallyEnterObjectName(bindingType);
|
selectedObject = await promptToManuallyEnterObjectName(bindingType);
|
||||||
if (!selectedObject) {
|
if (!selectedObject) {
|
||||||
// user cancelled so we will show the tables prompt again
|
// user cancelled so we will show the tables prompt again
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user