added demo setting

This commit is contained in:
vabene1111
2021-01-17 14:37:34 +01:00
parent 7a1ee9a9b2
commit 961b3f07b5
3 changed files with 14 additions and 2 deletions

View File

@@ -585,7 +585,7 @@
}).catch((err) => {
console.log(err)
this.makeToast(gettext('Error'), gettext('There was an error updating the recipe!') + err.body.image, 'danger')
this.makeToast(gettext('Error'), gettext('There was an error updating the recipe!') + err.bodyText, 'danger')
})
let reader = new FileReader();