pull/5370/head
filip mertens 3 years ago
parent cfe718d8c6
commit 1270e6349f
  1. 2
      libs/remix-ui/search/src/lib/components/Exclude.tsx

@ -12,7 +12,7 @@ export const Exclude = props => {
} }
useEffect(() => { useEffect(() => {
setExclude('.git/**') setExclude(str)
}, []) }, [])
return ( return (

Loading…
Cancel
Save