Fix 'alert' in width

This commit is contained in:
Pieter Vander Vennet 2020-09-28 01:00:24 +02:00
parent 7d3840e041
commit 4cce18f818
2 changed files with 7 additions and 7 deletions

View file

@ -359,8 +359,6 @@ export class TagRendering extends UIElement implements TagDependantUIElement {
return undefined;
}
console.log("Creating a freeform input element for ", this._source.data._country);
return ValidatedTextField.Mapped(pickString, toString, {
placeholder: this._freeform.placeholder,
type: type,