Removed redirect to /groups when clicking on apply

This commit is contained in:
vpopescu
2022-08-25 14:36:35 +02:00
parent 7fb6df1c18
commit 59d43edea1

View File

@@ -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(() => {