fix(ui): show events serach by default

This commit is contained in:
sylenien 2022-05-24 15:06:09 +02:00 committed by Delirium
parent 2109808d61
commit 3444b73ed0

View file

@ -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 () => {