mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
added demo setting
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user