mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -148,8 +148,9 @@ const GroupEdit = (props) => {
|
|||||||
0;
|
0;
|
||||||
|
|
||||||
allPassed
|
allPassed
|
||||||
? updateGroups(0, limit)
|
? updateGroups(0, limit).then((data) =>
|
||||||
.then((data) => dispatchPageUpdate(data, 0))
|
dispatchPageUpdate(data, 0)
|
||||||
|
)
|
||||||
: setErrorAlert(`Failed to edit group.`);
|
: setErrorAlert(`Failed to edit group.`);
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
|
Reference in New Issue
Block a user