Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Fix Profile motivation binding
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Oct 4, 2016
1 parent c4f1245 commit 6281b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/application/Profile/ProfileForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ProfileForm = ({profile, contact, errors, onChange, onDateChange}) => {
<FormGroup className="required">
<ControlLabel>Motivations à candidater au statut national étudiant·e-entrepreneur·e</ControlLabel>
<ValidatedComponent error={errors.motiviation}>
<Textarea className="form-control" name="motiviation" rows="5" placeholder="vos motivations" onChange={onChange} value={profile.motiviation}/>
<Textarea className="form-control" name="motiviation" rows="5" placeholder="vos motivations" onChange={onChange} value={profile.motivation}/>
</ValidatedComponent>
</FormGroup>
<Panel header="Mes coordonnées pérennes dans le temps">
Expand Down

0 comments on commit 6281b4f

Please sign in to comment.