mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 02:52:01 +08:00
fix: per page is added in the dependancy (#1926)
This commit is contained in:
parent
48a6f536fa
commit
40ec4517c2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user