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