1.4.4 #84

Merged
dbroqua merged 21 commits from develop into master 2023-03-23 14:34:19 +01:00
Showing only changes of commit 748edc9cc4 - Show all commits

View file

@ -319,7 +319,7 @@
deleteItem() {
axios.delete(`/api/v1/albums/${this.item._id}`)
.then( () => {
return locatiom.href = "/ma-collection";
window.location.href = "/ma-collection";
})
.catch((err) => {
showToastr(err.response?.data?.message || "Impossible de supprimer cet album");