forked from Gitlink/forgeplus-react
fix
This commit is contained in:
parent
20b7329795
commit
cb200e5ce9
|
|
@ -27,7 +27,7 @@ function Apply(props) {
|
|||
|
||||
function getList() {
|
||||
const url = `/users/${username}/applied_projects.json`;
|
||||
Axios.get(url,{page:page}).then(result=>{
|
||||
Axios.get(url,{params:{page:page}}).then(result=>{
|
||||
if(result){
|
||||
setList(result.data.applied_projects);
|
||||
setTotal(result.data.total_count);
|
||||
|
|
|
|||
Loading…
Reference in New Issue