Correction orthographique
This commit is contained in:
parent
48c997ae10
commit
e8f91288fc
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@
|
||||||
window.location.href = '/ma-collection';
|
window.location.href = '/ma-collection';
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
showToastr(err.response?.data?.message || "Impossible d'ajouter ce album pour le moment…");
|
showToastr(err.response?.data?.message || "Impossible d'ajouter cet album pour le moment…");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue