Skip to content

Commit 2593d23

Browse files
no need of submit button
1 parent 58d5cf4 commit 2593d23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ep16-new-css/app/components/App.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export default class App extends React.Component {
6161
<input type="text"
6262
onChange={this.handleChange.bind(this)}
6363
value={this.state.title} />
64-
<button> Submit </button>
6564
</form>
6665

6766
<DisplayList

0 commit comments

Comments
 (0)