mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
Fixed removals caused by merge, documentation
This commit is contained in:
@@ -110,6 +110,7 @@ const GroupEdit = (props) => {
|
||||
data-testid="submit"
|
||||
className="btn btn-primary"
|
||||
onClick={() => {
|
||||
// check for changes
|
||||
let new_users = selected.filter(
|
||||
(e) => !group_data.users.includes(e),
|
||||
);
|
||||
|
Reference in New Issue
Block a user