mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-26 00:12:51 +01:00
resolve master merge
This commit is contained in:
@@ -237,7 +237,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
|
||||
title: "New SQL Query",
|
||||
description: null,
|
||||
});
|
||||
} else if (this.container.isPreferredApiMongoDB()) {
|
||||
} else if (userContext.apiType === "Mongo") {
|
||||
items.push({
|
||||
iconSrc: NewQueryIcon,
|
||||
onClick: () => {
|
||||
|
||||
Reference in New Issue
Block a user