mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
Make Multiselect functional
This commit is contained in:
@@ -25,7 +25,6 @@ const CreateGroup = (props) => {
|
||||
id="group-name"
|
||||
placeholder="group name..."
|
||||
onChange={(e) => {
|
||||
console.log(e.target.value);
|
||||
setGroupName(e.target.value);
|
||||
}}
|
||||
></input>
|
||||
|
Reference in New Issue
Block a user