Removed unneeded label and placeholder in field definition
This commit is contained in:
parent
3073e705f6
commit
d03869375f
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ export const FieldDefinitions : Array<FieldDefinition> = [
|
|||
},
|
||||
{
|
||||
name: 'email',
|
||||
label: 'registration.wizard.contact.email.label',
|
||||
placeholder: 'registration.wizard.contact.email.placeholder',
|
||||
validators: [Validations.isEmail]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue