mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add fetchPolicy: 'no-cache' on searchUser
This commit is contained in:
parent
f74912cf4c
commit
b3dbef0668
@ -88,6 +88,7 @@ export default {
|
|||||||
notActivated: this.filterCheckedEmails,
|
notActivated: this.filterCheckedEmails,
|
||||||
isDeleted: this.filterDeletedUser,
|
isDeleted: this.filterDeletedUser,
|
||||||
},
|
},
|
||||||
|
fetchPolicy: 'no-cache',
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
this.rows = result.data.searchUsers.userCount
|
this.rows = result.data.searchUsers.userCount
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user