mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Re-enable previously commented out configure python wizard tests (#11945)
* Re-enable configure python wizard tests * Remove extra comment
This commit is contained in:
@@ -44,7 +44,9 @@ export abstract class ViewBase extends AngularDisposable implements IModelView {
|
||||
this.rootDescriptor = descriptor;
|
||||
this.modelStore.registerValidationCallback(validationCallback);
|
||||
// Kick off the build by detecting changes to the model
|
||||
this.changeRef.detectChanges();
|
||||
if (!(this.changeRef['destroyed'])) {
|
||||
this.changeRef.detectChanges();
|
||||
}
|
||||
}
|
||||
|
||||
private defineComponent(component: IComponentShape): IComponentDescriptor {
|
||||
|
||||
Reference in New Issue
Block a user