Merge pull request #1678 from gradido/1649-Admin-does-not-properly-refresh-its-user-list

adminarea:  fetchPolicy on searchUser deleted User
This commit is contained in:
Alexander Friedland 2022-03-25 12:39:49 +01:00 committed by GitHub
commit 94d0589cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ export default {
notActivated: this.filterCheckedEmails,
isDeleted: this.filterDeletedUser,
},
fetchPolicy: 'no-cache',
})
.then((result) => {
this.rows = result.data.searchUsers.userCount