Make Multiselect functional

This commit is contained in:
Nathan Barber
2021-04-07 12:15:23 -04:00
parent 752d6305fd
commit c3fc549bd6
4 changed files with 54 additions and 68 deletions

View File

@@ -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>