mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user