fix(ui): show events serach by default
This commit is contained in:
parent
2109808d61
commit
3444b73ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { Input, Icon } from 'UI'
|
|||
|
||||
export default function EventSearch(props) {
|
||||
const { onChange, clearSearch, value, header } = props;
|
||||
const [showSearch, setShowSearch] = useState(false)
|
||||
const [showSearch, setShowSearch] = useState(true)
|
||||
|
||||
useEffect(() => {
|
||||
return () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue