added logs
This commit is contained in:
parent
1f8928143b
commit
d98fada3d4
@ -74,6 +74,7 @@
|
|||||||
items: data.results
|
items: data.results
|
||||||
};
|
};
|
||||||
console.log(this.state.items);
|
console.log(this.state.items);
|
||||||
|
this.update();
|
||||||
},
|
},
|
||||||
execQuery(){
|
execQuery(){
|
||||||
return fetch("https://dwarves.iut-fbleau.fr/~fauvet/api/"+this.state.search).then(response => {
|
return fetch("https://dwarves.iut-fbleau.fr/~fauvet/api/"+this.state.search).then(response => {
|
||||||
|
Loading…
Reference in New Issue
Block a user