mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 03:23:04 +00:00
Update structure for AddUser tests, add tests
This commit is contained in:
@@ -108,7 +108,7 @@ const AddUser = (props) => {
|
||||
}`
|
||||
)
|
||||
)
|
||||
.catch((err) => console.log(err));
|
||||
.catch((err) => setErrorAlert(`Failed to create user.`));
|
||||
}}
|
||||
>
|
||||
Add Users
|
||||
|
Reference in New Issue
Block a user