mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 20:59:28 -05:00
fixed changing categories of shopping items
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
text-field="name"
|
text-field="name"
|
||||||
value-field="id"
|
value-field="id"
|
||||||
v-model="food.supermarket_category"
|
v-model="food.supermarket_category"
|
||||||
@change="detail_modal_visible = false; updateFoodCategory(food)"
|
@input="detail_modal_visible = false; updateFoodCategory(food)"
|
||||||
></b-form-select>
|
></b-form-select>
|
||||||
|
|
||||||
<b-button variant="info" block
|
<b-button variant="info" block
|
||||||
|
|||||||
Reference in New Issue
Block a user