mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
Fix table header. Remove debug statement
This commit is contained in:
@@ -1133,7 +1133,6 @@ const DocumentsTabComponent: React.FunctionComponent<{
|
||||
};
|
||||
|
||||
// ********* Override here for mongo (from MongoDocumentsTab) **********
|
||||
console.log("isPreferredApiMongoDB", props.isPreferredApiMongoDB);
|
||||
if (props.isPreferredApiMongoDB) {
|
||||
loadDocument = (documentId: DocumentId) =>
|
||||
MongoProxyClient.readDocument(
|
||||
|
||||
Reference in New Issue
Block a user