aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 90a99b85a..b36c8c8bf 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -560,7 +560,7 @@ export namespace Docs {
return InstanceFromProto(Prototypes.get(DocumentType.SCREENSHOT), "", options);
}
- export function ComparisonDocument(options: DocumentOptions = {}) {
+ export function ComparisonDocument(options: DocumentOptions = { title: "Comparison Box" }) {
return InstanceFromProto(Prototypes.get(DocumentType.COMPARISON), "", options);
}