modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 01:57:18 +02:00
parent 7159ffd4c3
commit b51e9b1073

View File

@ -23,7 +23,7 @@
this.state.placeholder = 'Rechercher dans les albums';
this.state = {
placeholder: "caca",
items: this.fetchSong();
items: await this.fetchSong()
};
console.log(this.state);