Merge branch 'develop' into fixRounding

This commit is contained in:
Manon Brun
2024-04-08 09:13:57 +01:00
committed by GitHub
4 changed files with 9 additions and 8 deletions

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