Fix group actions error
This commit is contained in:
parent
fcb3a3a198
commit
a6ac76eb05
|
@ -52,7 +52,7 @@
|
||||||
]
|
]
|
||||||
|
|
||||||
const removeUser = async id => {
|
const removeUser = async id => {
|
||||||
await groups.actions.removeUser(groupId, id)
|
await groups.removeUser(groupId, id)
|
||||||
fetchGroupUsers.refresh()
|
fetchGroupUsers.refresh()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue