1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

various fixes food serializer

This commit is contained in:
vabene1111
2021-09-08 15:05:54 +02:00
parent 76b1ab9e85
commit 19d152461c
16 changed files with 191 additions and 116 deletions

View File

@@ -224,7 +224,7 @@ export default {
this.refreshThis(thisItem.id)
StandardToasts.makeStandardToast(StandardToasts.SUCCESS_UPDATE)
}).catch((err) => {
console.log(err)
console.log(err, err.response)
StandardToasts.makeStandardToast(StandardToasts.FAIL_UPDATE)
})
}