mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
@@ -112,12 +112,6 @@ export class WizardView extends MainViewBase {
|
||||
}
|
||||
|
||||
public async refresh(): Promise<void> {
|
||||
for (let index = 0; index < this._pages.length; index++) {
|
||||
const page = this._pages[index];
|
||||
if (this._wizard?.pages[index]?.title !== page.title) {
|
||||
this.addWizardPage(page, index);
|
||||
}
|
||||
}
|
||||
await super.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user