Still product blanking bugs
This commit is contained in:
parent
d070b7dcf7
commit
8a989bc1d0
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ export default {
|
|||
watch: {
|
||||
ingredient: {
|
||||
handler: function (newIngredient) {
|
||||
this.ingredientText = newIngredient?.line ?? this.ingredientText;
|
||||
this.productLink = newIngredient.product?.link ?? this.productLink;
|
||||
this.ingredientText = newIngredient?.line ?? "";
|
||||
this.productLink = newIngredient.product?.link ?? "";
|
||||
},
|
||||
deep: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue