Skip to content

Commit af0ea8e

Browse files
authored
Update Form.js
1 parent cc1d186 commit af0ea8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/Form.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export class Form extends Component {
4545
placeholder="your description"
4646
name="description"
4747
ref={(input) => (this.getDescription = input)}
48-
onChange={this.onChange}
4948
value={this.getDescription}
5049
rows="18"
5150
cols="41"

0 commit comments

Comments
 (0)