Merge pull request #2030 from 0xProject/feature/website/change-credit-forms
Change modal contact form
This commit is contained in:
commit
bec4384a5d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user