Skip to content

Commit 9715a79

Browse files
luizhf42otavio
authored andcommitted
fix(ui): rerender UserFormDialog when user list updates
1 parent f78038b commit 9715a79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/admin/src/components/User/UserList.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
<span>Info</span>
4747
</v-tooltip>
4848

49-
<UserFormDialog :user="item" />
49+
<UserFormDialog
50+
:key="item.id"
51+
:user="item"
52+
/>
5053

5154
<v-tooltip
5255
bottom

0 commit comments

Comments
 (0)