From f361efae5a59a753cc434ff26bebe9ee3afb3b29 Mon Sep 17 00:00:00 2001 From: David Sun Date: Fri, 2 Aug 2019 12:33:34 -0700 Subject: [PATCH] change modal contact form --- packages/website/ts/components/modals/modal_contact.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/ts/components/modals/modal_contact.tsx b/packages/website/ts/components/modals/modal_contact.tsx index 9dcebb229b..794cab5423 100644 --- a/packages/website/ts/components/modals/modal_contact.tsx +++ b/packages/website/ts/components/modals/modal_contact.tsx @@ -480,7 +480,7 @@ export class ModalContact extends React.Component { 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) {