mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 11:36:47 +00:00
MongoDocumentsTab.html was not used here (#582)
This commit is contained in:
@@ -20,10 +20,8 @@ import { extractPartitionKey } from "@azure/cosmos";
|
||||
import * as Logger from "../../Common/Logger";
|
||||
import { PartitionKeyDefinition } from "@azure/cosmos";
|
||||
import { getErrorMessage, getErrorStack } from "../../Common/ErrorHandlingUtils";
|
||||
import template from "./MongoDocumentsTab.html";
|
||||
|
||||
export default class MongoDocumentsTab extends DocumentsTab {
|
||||
public static readonly component = { name: "mongo-documents-tab", template };
|
||||
public collection: ViewModels.Collection;
|
||||
private continuationToken: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user