Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit bccfda9

Browse files
Update App.js
1 parent d16b631 commit bccfda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class App extends Component {
8989
</div>
9090
<div className="form-item">
9191
<label htmlFor="showID">Show Project ID</label>
92-
<input type="checkbox" name="showID"></input>
92+
<input type="checkbox" name="showID" onChange={(e) => this.setState({ showIDpref: e.target.value })}></input></div>
9393
</div>
9494

9595
<h3>Results</h3>

0 commit comments

Comments
 (0)