forked from MapComplete/MapComplete
Refactoring: LayoutToUse is a simple value now
This commit is contained in:
parent
41a2a79fe9
commit
a78d33112b
22 changed files with 133 additions and 153 deletions
|
@ -26,7 +26,7 @@ export class DownloadPanel extends Toggle {
|
|||
|
||||
|
||||
const t = Translations.t.general.download
|
||||
const name = State.state.layoutToUse.data.id;
|
||||
const name = State.state.layoutToUse.id;
|
||||
|
||||
const includeMetaToggle = new CheckBoxes([t.includeMetaData.Clone()])
|
||||
const metaisIncluded = includeMetaToggle.GetValue().map(selected => selected.length > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue