mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 15:18:20 -05:00
refactor list_from_recipe as class RecipeShoppingEditor
This commit is contained in:
@@ -146,7 +146,7 @@ export default {
|
||||
saveShopping: function (del_shopping = false) {
|
||||
let servings = this.servings
|
||||
if (del_shopping) {
|
||||
servings = 0
|
||||
servings = -1
|
||||
}
|
||||
let params = {
|
||||
id: this.recipe,
|
||||
|
||||
Reference in New Issue
Block a user