From 06ce2ebe8ce3ffa6f8972eb5b3e7a5ee87ad8607 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 28 Jul 2021 02:54:51 +0200 Subject: [PATCH] Fix build --- Customizations/JSON/LayoutConfigJson.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customizations/JSON/LayoutConfigJson.ts b/Customizations/JSON/LayoutConfigJson.ts index c7dda8468..afbc0aebc 100644 --- a/Customizations/JSON/LayoutConfigJson.ts +++ b/Customizations/JSON/LayoutConfigJson.ts @@ -337,6 +337,6 @@ export interface LayoutConfigJson { enableBackgroundLayerSelection?: boolean; enableShowAllQuestions?: boolean; enableDownload?: boolean; - enablePdfDownload: boolean; + enablePdfDownload?: boolean; }