Version 1.4.1 #70

Merged
dbroqua merged 8 commits from develop into master 2022-11-02 09:57:00 +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");