mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Enable Schema Analyzer in MPAC (#805)
This commit is contained in:
@@ -542,6 +542,10 @@ export default class Explorer {
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
if (configContext.enableSchemaAnalyzer) {
|
||||
userContext.features.enableSchemaAnalyzer = true;
|
||||
}
|
||||
}
|
||||
|
||||
private onGitHubClientError = (error: any): void => {
|
||||
|
||||
Reference in New Issue
Block a user