Skip to content
Snippets Groups Projects
Commit d34c2728 authored by L4074's avatar L4074
Browse files

fix rid -> id

parent 13669f80
No related branches found
No related tags found
No related merge requests found
Pipeline #64878 passed
...@@ -172,7 +172,7 @@ export class EditGameForm extends React.Component { ...@@ -172,7 +172,7 @@ export class EditGameForm extends React.Component {
name="startTime" name="startTime"
value={this.state.startTime} value={this.state.startTime}
onChange={this.handleChange} onChange={this.handleChange}
rid="editGameTimeStartInput" id="editGameTimeStartInput"
/> />
<br /> <br />
<label className="">End:</label> <label className="">End:</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment