Filtering team members

This commit is contained in:
Rodrigo Pedroso 2019-06-27 18:23:50 -04:00
commit 8520c6e30d
3 changed files with 35 additions and 25 deletions

View file

@ -1,12 +1,6 @@
import React from 'react'
export default function FilterForm({ filterCallback }) {
let updateInput = (e) => {
e.preventDefault()
console.log(JSON.stringify(e, 0, 2))
filterCallback(e)
}
return (
<form>
<div className="form-group">