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

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-09-01 20:56:08 +02:00
parent 3c62767873
commit 921ee80c14
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
5 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"