Fix group actions error

This commit is contained in:
Andrew Kingston 2025-01-13 10:24:37 +00:00
parent fcb3a3a198
commit a6ac76eb05
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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()
} }