diff --git a/jsx/src/components/GroupEdit/GroupEdit.jsx b/jsx/src/components/GroupEdit/GroupEdit.jsx index bd7f3992..380b9284 100644 --- a/jsx/src/components/GroupEdit/GroupEdit.jsx +++ b/jsx/src/components/GroupEdit/GroupEdit.jsx @@ -148,8 +148,9 @@ const GroupEdit = (props) => { 0; allPassed - ? updateGroups(0, limit) - .then((data) => dispatchPageUpdate(data, 0)) + ? updateGroups(0, limit).then((data) => + dispatchPageUpdate(data, 0) + ) : setErrorAlert(`Failed to edit group.`); }) .catch(() => {