Added message to indicate compound indexes are not supported in Mongo Index editor (#395)

* mongo message

* Added test and bug fix in Main.tsx

* format changes

* added new formatting

* added null check
This commit is contained in:
Srinath Narayanan
2021-01-21 10:56:05 -08:00
committed by GitHub
parent 1ecc467f60
commit a298fd8389
5 changed files with 35 additions and 0 deletions

View File

@@ -242,6 +242,7 @@ const App: React.FunctionComponent = () => {
explorer.databaseAccount(emulatorAccount);
explorer.isAccountReady(true);
} else if (config.platform === Platform.Portal) {
window.authType = AuthType.AAD;
explorer = new Explorer();
// In development mode, try to load the iframe message from session storage.