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 c07f2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/application/Profile/ProfileForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const ProfileForm = ({profile, contact, errors, onChange, onDateChange}) => {
</FormGroup>
<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}/>
<ValidatedComponent error={errors.motivation}>
<Textarea className="form-control" name="motivation" 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 c07f2bc

Please sign in to comment.