Filtering team members
This commit is contained in:
parent
acba2bd655
commit
8520c6e30d
3 changed files with 35 additions and 25 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue