forked from MapComplete/MapComplete
Fix #1740
This commit is contained in:
parent
70fa180b6a
commit
8b4544db04
3 changed files with 6 additions and 13 deletions
|
@ -652,12 +652,6 @@ export default class TagRenderingConfig {
|
|||
multiSelectedMapping: boolean[] | undefined,
|
||||
currentProperties: Record<string, string>
|
||||
): UploadableTag {
|
||||
console.log("Constructing change spec", {
|
||||
freeformValue,
|
||||
singleSelectedMapping,
|
||||
multiSelectedMapping,
|
||||
currentProperties,
|
||||
})
|
||||
if (typeof freeformValue === "string") {
|
||||
freeformValue = freeformValue?.trim()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue