From 3e58910bfc8ff1835dd94955bc935f49517de762 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 2 Mar 2021 00:06:11 +0000 Subject: [PATCH] Use document wrapper component --- src/export/packer/next-compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/export/packer/next-compiler.ts b/src/export/packer/next-compiler.ts index 5f6b8183b0..275dd953d7 100644 --- a/src/export/packer/next-compiler.ts +++ b/src/export/packer/next-compiler.ts @@ -181,7 +181,7 @@ export class Compiler { path: "[Content_Types].xml", }, CustomProperties: { - data: xml(this.formatter.format(file.CustomProperties, file), prettify), + data: xml(this.formatter.format(file.CustomProperties, file.Document), prettify), path: "docProps/custom.xml", }, AppProperties: {