fix for credit lead form data

This commit is contained in:
David Sun
2019-02-14 20:14:37 -05:00
parent 1c76f9a0ff
commit 0aa26d791d

View File

@@ -374,8 +374,8 @@ export class ModalContact extends React.Component<Props> {
jsonBody = {
name: this.nameRef.current.value,
email: this.emailRef.current.value,
projectOrCompany: this.companyProjectRef.current.value,
comments: this.commentsRef.current.value,
project_name: this.companyProjectRef.current.value,
project_description: this.commentsRef.current.value,
services: this.state.creditLeadsServices,
};
} else {