File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ export default class AddStudent extends Component {
187
187
< select className = "form-control form-control-sm" id = "InputBoard" ref = { this . boardEl } >
188
188
< option > MH</ option >
189
189
< option > MH Semi-Eng</ option >
190
- < option > ICSC </ option >
190
+ < option > ICSE </ option >
191
191
< option > CBSE</ option >
192
192
</ select >
193
193
</ div >
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const EditStudent = (props)=> {
164
164
< select className = "form-control form-control-sm" id = "InputBoard" ref = { boardEl } defaultValue = { brd } >
165
165
< option > MH</ option >
166
166
< option > MH Semi-Eng</ option >
167
- < option > ICSC </ option >
167
+ < option > ICSE </ option >
168
168
< option > CBSE</ option >
169
169
</ select >
170
170
</ div >
You can’t perform that action at this time.
0 commit comments