Skip to content
Snippets Groups Projects
Unverified Commit 921ee80c authored by Joas Schilling's avatar Joas Schilling
Browse files

Don't keep menu open for next user after deleting one

parent 3c627678
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -213,8 +213,8 @@
<div class="userActions" />
</div>
<user-row v-for="(user, key) in filteredUsers"
:key="key"
<user-row v-for="user in filteredUsers"
:key="user.id"
:external-actions="externalActions"
:groups="groups"
:languages="languages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment