mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
Fixing next button on flat file wizard file configuration page (#15988)
* WIP * Removing unnecessary validations from import extension * readding abstract method implementation * Moving setup navigation validator to base class
This commit is contained in:
@@ -113,7 +113,7 @@ export default class DropDownComponent extends ComponentBase<azdata.DropDownProp
|
||||
}));
|
||||
this._validations.push(() => !this.required || this.editable || !!this._selectBox.value);
|
||||
}
|
||||
|
||||
this._validations.push(() => !this.loading);
|
||||
this.baseInit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user