This commit is contained in:
Michael Genson 2024-02-23 19:17:08 +00:00
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"