Merge branch 'myfit_contact_page_name_fix' of MyFit/www-myfit into master
This commit is contained in:
@@ -198,7 +198,7 @@ const Main = ({ brdcum }) => {
|
||||
maxLenght={35}
|
||||
value={values.name}
|
||||
onChange={onChange}
|
||||
pattern="^$|^[a-zA-Z]+( [a-zA-Z]+)?$+( [a-zA-Z]+)?$"
|
||||
pattern="^\w+( \w+)$"
|
||||
/>
|
||||
|
||||
<FormInput
|
||||
|
||||
Reference in New Issue
Block a user