fix couple build issue due to merge issue (#4324)

* fix the build error on linux and mac

* one more fix
This commit is contained in:
Alan Ren
2019-03-06 21:53:09 -08:00
committed by GitHub
parent addba0d007
commit 060343f096
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import { DacFxDataModel } from './models';
export abstract class BasePage {
protected readonly wizardPage: azdata.window.modelviewdialog.WizardPage;
protected readonly wizardPage: azdata.window.WizardPage;
protected readonly model: DacFxDataModel;
protected readonly view: azdata.ModelView;