mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Display page number, title, and description in wizard page headers (#1766)
This commit is contained in:
@@ -115,7 +115,7 @@ export class DialogModal extends Modal {
|
||||
});
|
||||
|
||||
this._dialogPane = new DialogPane(this._dialog.title, this._dialog.content,
|
||||
valid => this._dialog.notifyValidityChanged(valid), this._instantiationService);
|
||||
valid => this._dialog.notifyValidityChanged(valid), this._instantiationService, false);
|
||||
this._dialogPane.createBody(body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user