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
I think the MentorForm component is keeping all of the user's input in this.state, if I'm reading handleInputChange correctly. However, submitForm is passing this.props.form, instead of this.state, as the form data to postMentorForm(). I think this means that the POST will receive the form structure but none of the user's actual form answers.
The text was updated successfully, but these errors were encountered:
mpcc-assistant/src/client/components/mentorForm/MentorForm.js
Line 15 in 6c0d9f5
I think the MentorForm component is keeping all of the user's input in this.state, if I'm reading handleInputChange correctly. However, submitForm is passing this.props.form, instead of this.state, as the form data to postMentorForm(). I think this means that the POST will receive the form structure but none of the user's actual form answers.
The text was updated successfully, but these errors were encountered: