1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 21:15:22 +02:00
This commit is contained in:
Michael Genson 2024-02-23 19:17:08 +00:00
parent d321c69244
commit ae8ea16dab
3 changed files with 4 additions and 3 deletions

View file

@ -77,7 +77,8 @@
>
<v-container>
<v-form>
<v-select v-model="currentUserId"
<v-select
v-model="currentUserId"
:items="allUsers"
item-text="fullName"
item-value="id"