mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix server group dialog open (#9330)
This commit is contained in:
@@ -83,8 +83,8 @@ export class ServerGroupDialog extends Modal {
|
|||||||
const cancelLabel = localize('serverGroup.cancel', "Cancel");
|
const cancelLabel = localize('serverGroup.cancel', "Cancel");
|
||||||
this._addServerButton = this.addFooterButton(okLabel, () => this.addGroup());
|
this._addServerButton = this.addFooterButton(okLabel, () => this.addGroup());
|
||||||
this._closeButton = this.addFooterButton(cancelLabel, () => this.cancel());
|
this._closeButton = this.addFooterButton(cancelLabel, () => this.cancel());
|
||||||
this.registerListeners();
|
|
||||||
this.isRendered = true;
|
this.isRendered = true;
|
||||||
|
this.registerListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected layout(height?: number): void {
|
protected layout(height?: number): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user