You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -119,6 +120,9 @@ class Register extends Component {
119
120
if(this.state.checkedState2){
120
121
mlhnotices.push("mlh2");
121
122
}
123
+
if(this.state.checkedState3){
124
+
mlhnotices.push("mlh3");
125
+
}
122
126
letmodel={ mlhnotices };
123
127
letmessage=null;
124
128
if(this.state.message){
@@ -137,7 +141,7 @@ class Register extends Component {
137
141
className="custom-av-checkbox"
138
142
label={<h4>MLH Notices</h4>}
139
143
required
140
-
validate={{required: {value: true,errorMessage: "Please review these MLH guidelines"},min: {value: 2,errorMessage: "You must select both of these checkboxes"}}}>
144
+
validate={{required: {value: true,errorMessage: "Please review these MLH guidelines"},min: {value: 3,errorMessage: "You must select all of the checkboxes"}}}>
@@ -151,14 +155,19 @@ class Register extends Component {
151
155
label={<p>I authorize you to share my application/registration information for event administration, ranking, MLH administration, pre- and post-event informational e-mails, and occasional messages about hackathons in-line with the{" "}
152
156
<ahref="https://mlh.io/privacy"
153
157
rel="noopener noreferrer"
154
-
target="_blank">MLH Privacy Policy</a>. Further, I agree to the terms of both the{" "}
0 commit comments