forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
ede67ca58c
commit
06ce2ebe8c
1 changed files with 1 additions and 1 deletions
|
@ -337,6 +337,6 @@ export interface LayoutConfigJson {
|
||||||
enableBackgroundLayerSelection?: boolean;
|
enableBackgroundLayerSelection?: boolean;
|
||||||
enableShowAllQuestions?: boolean;
|
enableShowAllQuestions?: boolean;
|
||||||
enableDownload?: boolean;
|
enableDownload?: boolean;
|
||||||
enablePdfDownload: boolean;
|
enablePdfDownload?: boolean;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue