Cleaned the inputs

This commit is contained in:
2018-08-14 21:42:32 +10:00
parent 962bc597fe
commit 7d8ed75edd
3 changed files with 26 additions and 17 deletions

View File

@ -139,7 +139,7 @@ class ContactPage extends React.Component {
placeholder={ Language.get("pages.contact.message.placeholder") }
rows="8"
className="p-contact-page__message"
required={ Forms.contact.message.required }e
required={ Forms.contact.message.required }
maxLength={ Forms.contact.message.maxLength }
manager={ this.manager }
/>