mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Update index.tsx
This commit is contained in:
parent
a3e60b7d85
commit
edc66e5f57
|
@ -34,9 +34,8 @@ function LibraryPage() {
|
|||
const resetQuery = useCallback(
|
||||
() => {
|
||||
setQuery('');
|
||||
setStrategy(LibraryFilterStrategy.MANUAL);
|
||||
setFilter({});
|
||||
}, [setStrategy])
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<div className='w-full'>
|
||||
|
|
Loading…
Reference in New Issue
Block a user