Skip to content
Snippets Groups Projects
Commit 021c938e authored by Jared Hancock's avatar Jared Hancock
Browse files

staff: Fix very short email address on quick add agent

parent 3d4313f2
Branches
No related tags found
No related merge requests found
......@@ -1332,6 +1332,7 @@ extends AbstractForm {
'configuration' => array(
'validator' => 'email',
'placeholder' => __('Email Address — e.g. me@mycompany.com'),
'length' => 128,
),
)),
'dept_id' => new ChoiceField(array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment