This commit is contained in:
Pieter Vander Vennet 2024-01-03 14:17:42 +01:00
parent 70fa180b6a
commit 8b4544db04
3 changed files with 6 additions and 13 deletions

View file

@ -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()
}