Set default label ''
[MAILPOET-2592]
This commit is contained in:
committed by
Rostislav Wolný
parent
03e8dd860c
commit
34203b3d69
@@ -82,7 +82,7 @@ export default (data, customFields = []) => {
|
||||
mapped.attributes.labelWithinInput = !!item.params.label_within;
|
||||
}
|
||||
if (item.params) {
|
||||
mapped.attributes.label = item.params.label ? item.params.label : null;
|
||||
mapped.attributes.label = item.params.label ? item.params.label : '';
|
||||
}
|
||||
switch (item.id) {
|
||||
case 'email':
|
||||
|
Reference in New Issue
Block a user