mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
fix recipeIngredientEditor unit/food create
This commit is contained in:
parent
28ff97343c
commit
5ec1000802
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
<v-autocomplete
|
||||
ref="unitAutocomplete"
|
||||
v-model="modelValue.unit"
|
||||
v-model:search-input="unitSearch"
|
||||
v-model:search="unitSearch"
|
||||
auto-select-first
|
||||
hide-details
|
||||
density="compact"
|
||||
|
@ -91,7 +91,7 @@
|
|||
<v-autocomplete
|
||||
ref="foodAutocomplete"
|
||||
v-model="modelValue.food"
|
||||
v-model:search-input="foodSearch"
|
||||
v-model:search="foodSearch"
|
||||
auto-select-first
|
||||
hide-details
|
||||
density="compact"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue