fixed changing categories of shopping items

This commit is contained in:
vabene1111
2024-04-04 20:49:48 +02:00
parent 0a30c39add
commit 4293ec77c0

View File

@@ -54,7 +54,7 @@
text-field="name"
value-field="id"
v-model="food.supermarket_category"
@change="detail_modal_visible = false; updateFoodCategory(food)"
@input="detail_modal_visible = false; updateFoodCategory(food)"
></b-form-select>
<b-button variant="info" block