Skip to content

Commit 379c578

Browse files
committed
Deployment tweak 2 21/09/19
1 parent 4c6e076 commit 379c578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/components/add-student/AddStudent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default class AddStudent extends Component {
187187
<select className="form-control form-control-sm" id="InputBoard" ref={this.boardEl}>
188188
<option>MH</option>
189189
<option>MH Semi-Eng</option>
190-
<option>ICSC</option>
190+
<option>ICSE</option>
191191
<option>CBSE</option>
192192
</select>
193193
</div>

client/src/components/student-list/EditStudent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const EditStudent = (props)=> {
164164
<select className="form-control form-control-sm" id="InputBoard" ref={boardEl} defaultValue={brd}>
165165
<option>MH</option>
166166
<option>MH Semi-Eng</option>
167-
<option>ICSC</option>
167+
<option>ICSE</option>
168168
<option>CBSE</option>
169169
</select>
170170
</div>

0 commit comments

Comments
 (0)