resolve master merge

This commit is contained in:
hardiknai-techm
2021-04-28 18:17:33 +05:30
84 changed files with 1169 additions and 8610 deletions

View File

@@ -63,7 +63,7 @@ export class ResourceTreeContextMenuButtonFactory {
});
}
if (container.isPreferredApiMongoDB()) {
if (userContext.apiType === "Mongo") {
items.push({
iconSrc: AddSqlQueryIcon,
onClick: () => selectedCollection && selectedCollection.onNewMongoQueryClick(selectedCollection, null),