MongoDocumentsTab.html was not used here (#582)

This commit is contained in:
Jordi Bunster
2021-03-25 15:24:43 -07:00
committed by GitHub
parent ca7cd139ba
commit 8cc04bab87
3 changed files with 0 additions and 430 deletions

View File

@@ -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;