Add create group / delete group functionality

This commit is contained in:
Nathan Barber
2021-04-06 14:22:18 -04:00
parent 30198306a8
commit 0141dc8fb0
13 changed files with 336 additions and 38 deletions

View File

@@ -21,7 +21,7 @@ const withGroupsAPI = withProps((props) => ({
jhapiRequest("/groups/" + name + "/users", "DELETE", {
body: { users: removed_users },
json: true,
}),
})
}));
export default compose(