File tree Expand file tree Collapse file tree 4 files changed +1133
-7
lines changed
Expand file tree Collapse file tree 4 files changed +1133
-7
lines changed Original file line number Diff line number Diff line change 88 directories :
99 - node_modules
1010
11+ before_install :
12+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.0
13+ - export PATH="$HOME/.yarn/bin:$PATH"
14+
1115install :
1216- yarn
1317
Original file line number Diff line number Diff line change 2525 "engines" : {
2626 "node" : " 8.x" ,
2727 "npm" : " 5.x" ,
28- "yarn" : " 1.3 .x"
28+ "yarn" : " 1.10 .x"
2929 },
3030 "jest" : {
3131 "verbose" : true ,
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ class EnquiryForm extends Component {
4444 return
4545 }
4646
47- const enquiry_form_info = this . props . root . get_enquiry ( )
48- const data = Object . assign ( enquiry_form_info . hidden , this . state . enquiry_data )
47+ const data = Object . assign ( { } , this . state . enquiry_data )
4948 data . upstream_http_referrer = document . referrer
5049 if ( this . props . contractor ) {
5150 data . contractor = this . props . contractor . id
You can’t perform that action at this time.
0 commit comments