mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 18:32:00 +00:00
Remove Explorer.isPreferredApiTable (#656)
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
@@ -147,7 +147,7 @@ export class TabRouteHandler {
|
||||
);
|
||||
collection &&
|
||||
collection.container &&
|
||||
(collection.container.isPreferredApiTable() || userContext.apiType === "Cassandra") &&
|
||||
(userContext.apiType === "Tables" || userContext.apiType === "Cassandra") &&
|
||||
collection.onTableEntitiesClick();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user