Skip to content

Commit

Permalink
AMP-3223:
Browse files Browse the repository at this point in the history
- revert previously introduced typo
  • Loading branch information
yingfeng-iu committed Jun 17, 2024
1 parent e02fb20 commit 474c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/entity/EntityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
v-for="user in userList"
:key="user.id"
:value="user.username"
>{{ `${user.firstName} user.lastName}` }}</option
>{{ `${user.firstName} ${user.lastName}` }}</option
>
</datalist>

Expand Down

0 comments on commit 474c8b2

Please sign in to comment.