| changeset 34 | 6c920486de81 |
| parent 33 | 238818343253 |
| child 35 | 97106bacb24e |
| 33:238818343253 | 34:6c920486de81 |
|---|---|
33 <form></form> |
33 <form></form> |
34 ) |
34 ) |
35 } |
35 } |
36 |
36 |
37 return ( |
37 return ( |
38 <form> |
38 <form onSubmit={ e => { e.preventDefault() } }> |
39 <FormGroup> |
39 <FormGroup> |
40 <ControlLabel>Title</ControlLabel> |
40 <ControlLabel>Title</ControlLabel> |
41 <FormControl |
41 <FormControl |
42 name="title" |
42 name="title" |
43 defaultValue={ this.props.currentSession.title } |
43 defaultValue={ this.props.currentSession.title } |