mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
Removed redirect to /groups when clicking on apply
This commit is contained in:
@@ -150,7 +150,6 @@ const GroupEdit = (props) => {
|
||||
allPassed
|
||||
? updateGroups(0, limit)
|
||||
.then((data) => dispatchPageUpdate(data, 0))
|
||||
.then(() => history.push("/groups"))
|
||||
: setErrorAlert(`Failed to edit group.`);
|
||||
})
|
||||
.catch(() => {
|
||||
|
Reference in New Issue
Block a user