mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
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:
committed by
GitHub
parent
1ecc467f60
commit
a298fd8389
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user