|
|
|
@ -324,7 +324,7 @@ class studentsList extends Component{
|
|
|
|
|
if(!!searchValue){
|
|
|
|
|
url+='&search='+searchValue;
|
|
|
|
|
}
|
|
|
|
|
axios.get((url)).then((result)=>{
|
|
|
|
|
axios.get(encodeURI(url)).then((result)=>{
|
|
|
|
|
if (result.data.students) {
|
|
|
|
|
this.setState({
|
|
|
|
|
students: result.data.students,
|
|
|
|
|