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