We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4e085 commit d6a5e89Copy full SHA for d6a5e89
src/Components/forms/index.js
@@ -174,7 +174,6 @@ class Forms extends Component {
174
lastName,
175
email,
176
cityId,
177
- hearAboutCYF,
178
employer: displayDropdown ? employer : true,
179
interestedInVolunteer,
180
tel,
src/Components/forms/inputs/index.js
@@ -118,7 +118,7 @@ export default class VolunteerForm extends Component {
118
name="hearAboutCYF"
119
arrayList={ListsData.hearAboutCYFList}
120
isEmpty={errors.hearAboutCYF}
121
- label="Where did you hear about Code Your Future? *"
+ label="Where did you hear about Code Your Future?"
122
/>
123
{displayDropdown && (
124
<DropDown
0 commit comments