mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Add telemetry for ModelView wizards (#12596)
* Add telemetry for ModelView wizards * Remove unnecessary params * Fix compile error
This commit is contained in:
@@ -166,7 +166,9 @@ export class MainThreadModelViewDialog implements MainThreadModelViewDialogShape
|
||||
public $setWizardDetails(handle: number, details: IModelViewWizardDetails): Thenable<void> {
|
||||
let wizard = this._wizards.get(handle);
|
||||
if (!wizard) {
|
||||
wizard = new Wizard(details.title,
|
||||
wizard = new Wizard(
|
||||
details.title,
|
||||
details.name || 'WizardPage',
|
||||
this.getButton(details.doneButton),
|
||||
this.getButton(details.cancelButton),
|
||||
this.getButton(details.nextButton),
|
||||
|
||||
Reference in New Issue
Block a user