mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 18:32:00 +00:00
Remove explorer.is preferred api graph (#655)
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
@@ -158,10 +158,7 @@ export class TabRouteHandler {
|
||||
databaseId,
|
||||
collectionId
|
||||
);
|
||||
collection &&
|
||||
collection.container &&
|
||||
collection.container.isPreferredApiGraph() &&
|
||||
collection.onGraphDocumentsClick();
|
||||
userContext.apiType === "Gremlin" && collection.onGraphDocumentsClick();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user