mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Update step when page is navigated to (#9839)
This commit is contained in:
@@ -190,6 +190,7 @@ export class WizardModal extends Modal {
|
||||
this._dialogPanes.forEach((dialogPane, page) => {
|
||||
if (page === pageToShow) {
|
||||
dialogPaneToShow = dialogPane;
|
||||
dialogPane.layout(true);
|
||||
dialogPane.show(focus);
|
||||
} else {
|
||||
dialogPane.hide();
|
||||
|
||||
Reference in New Issue
Block a user