Enable Schema Analyzer in MPAC (#805)

This commit is contained in:
Tanuj Mittal
2021-05-19 11:32:12 -07:00
committed by GitHub
parent c2de2f2eec
commit ac753b0780
3 changed files with 9 additions and 2 deletions

View File

@@ -542,6 +542,10 @@ export default class Explorer {
],
});
}
if (configContext.enableSchemaAnalyzer) {
userContext.features.enableSchemaAnalyzer = true;
}
}
private onGitHubClientError = (error: any): void => {