From 869e293a52cfbe660328516dd2e35d01950aa796 Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Mon, 22 Apr 2024 13:44:31 +0200 Subject: [PATCH] Fix comment --- src/Explorer/Tree/DocumentId.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Tree/DocumentId.ts b/src/Explorer/Tree/DocumentId.ts index 7976431d9..c54931c75 100644 --- a/src/Explorer/Tree/DocumentId.ts +++ b/src/Explorer/Tree/DocumentId.ts @@ -3,7 +3,7 @@ import * as DataModels from "../../Contracts/DataModels"; import { useDialog } from "../Controls/Dialog"; /** - * Replaces DocumentsTab so we can switch container + * Replaces DocumentsTab so we can plug any object */ export interface IDocumentIdContainer { partitionKeyProperties?: string[];