forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
24ed527ff7
65 changed files with 991 additions and 1472 deletions
|
@ -685,7 +685,7 @@ export default class TagRenderingConfig {
|
|||
if (this.condition !== undefined && !this.condition?.matchesProperties({})) {
|
||||
condition = new Combine([
|
||||
"This tagrendering is only visible in the popup if the following condition is met:",
|
||||
new FixedUiElement(this.condition.asHumanString(false, false, {})).SetClass("code")
|
||||
new FixedUiElement(this.condition.asHumanString(false, false, {})).SetClass("code"),
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue