modified code
This commit is contained in:
parent
7159ffd4c3
commit
b51e9b1073
@ -23,7 +23,7 @@
|
|||||||
this.state.placeholder = 'Rechercher dans les albums';
|
this.state.placeholder = 'Rechercher dans les albums';
|
||||||
this.state = {
|
this.state = {
|
||||||
placeholder: "caca",
|
placeholder: "caca",
|
||||||
items: this.fetchSong();
|
items: await this.fetchSong()
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(this.state);
|
console.log(this.state);
|
||||||
|
Loading…
Reference in New Issue
Block a user