mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -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
|
<v-autocomplete
|
||||||
ref="unitAutocomplete"
|
ref="unitAutocomplete"
|
||||||
v-model="modelValue.unit"
|
v-model="modelValue.unit"
|
||||||
v-model:search-input="unitSearch"
|
v-model:search="unitSearch"
|
||||||
auto-select-first
|
auto-select-first
|
||||||
hide-details
|
hide-details
|
||||||
density="compact"
|
density="compact"
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
<v-autocomplete
|
<v-autocomplete
|
||||||
ref="foodAutocomplete"
|
ref="foodAutocomplete"
|
||||||
v-model="modelValue.food"
|
v-model="modelValue.food"
|
||||||
v-model:search-input="foodSearch"
|
v-model:search="foodSearch"
|
||||||
auto-select-first
|
auto-select-first
|
||||||
hide-details
|
hide-details
|
||||||
density="compact"
|
density="compact"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue