fix: per page is added in the dependancy (#1926)

This commit is contained in:
Palash Gupta 2022-12-27 19:01:56 +05:30 committed by GitHub
parent 48a6f536fa
commit 40ec4517c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ function SearchFilter({
useEffect(() => {
debouncedHandleSearch(urlQueryString || '');
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [urlQueryString, maxTime, minTime, idEnd, idStart]);
}, [urlQueryString, maxTime, minTime, idEnd, idStart, logLinesPerPage]);
return (
<Container>