Merge pull request #2030 from 0xProject/feature/website/change-credit-forms

Change modal contact form
This commit is contained in:
David Sun 2019-08-02 12:41:29 -07:00 committed by GitHub
commit bec4384a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,7 +480,7 @@ export class ModalContact extends React.Component<Props> {
name: this.nameRef.current.value,
email: this.emailRef.current.value,
project_name: this.companyProjectRef.current.value,
project_description: this.commentsRef.current.value,
comments: this.commentsRef.current.value,
services: this.state.creditLeadsServices,
};
} else if (this.props.modalContactType === ModalContactType.Explore) {