Skip to content

Commit

Permalink
small update to form description
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Nov 21, 2022
1 parent 840d361 commit 9ad8eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/database/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class QueryForm extends React.Component {
<input type="text" className="form-control" id="difficulties" placeholder="Difficulties (1-10)" value={this.state.difficulties} onChange={this.onDifficultyChange} />
</div>
<div id="max-query-length" className="col-3">
<input type="text" className="form-control" id="difficulties" placeholder="# to Display (default: 50)" value={this.state.maxQueryReturnLength} onChange={this.onMaxQueryReturnLengthChange} />
<input type="text" className="form-control" id="difficulties" placeholder="Max # to Display (default: 50)" value={this.state.maxQueryReturnLength} onChange={this.onMaxQueryReturnLengthChange} />
</div>
<div className="col-7">
<input type="text" className="form-control" id="set-name" placeholder="Set Name" list="set-list" />
Expand Down

0 comments on commit 9ad8eef

Please sign in to comment.