mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
This reverts commit d15a3fcc98.
This commit is contained in:
@@ -451,6 +451,10 @@ export class ConnectionDialogWidget extends Modal {
|
||||
this.onProviderTypeSelected(displayName);
|
||||
}
|
||||
|
||||
public dispose(): void {
|
||||
this._toDispose.forEach(obj => obj.dispose());
|
||||
}
|
||||
|
||||
public set databaseDropdownExpanded(val: boolean) {
|
||||
this._databaseDropdownExpanded = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user