Make GroupEdit functional

This commit is contained in:
Nathan Barber
2021-04-07 12:04:11 -04:00
parent 0f5e86ff06
commit 816eeeb2fc
4 changed files with 119 additions and 127 deletions

View File

@@ -1,7 +1,7 @@
import { connect } from "react-redux";
import { compose, withProps } from "recompose";
import { jhapiRequest } from "../../util/jhapiUtil";
import { GroupEdit } from "./GroupEdit.pre";
import GroupEdit from "./GroupEdit.pre";
const withGroupsAPI = withProps((props) => ({
addToGroup: (users, groupname) =>