SEBSERV-414 fixed color selector

This commit is contained in:
anhefti 2024-02-01 14:40:10 +01:00
parent 496a8cf52d
commit 25e9b9be1e

View file

@ -53,8 +53,7 @@ public class TextFieldBuilder implements InputFieldBuilder {
return attribute.type == AttributeType.TEXT_FIELD ||
attribute.type == AttributeType.TEXT_AREA ||
attribute.type == AttributeType.INTEGER ||
attribute.type == AttributeType.DECIMAL ||
attribute.type == AttributeType.COLOR_SELECTOR;
attribute.type == AttributeType.DECIMAL;
}
@Override