mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 00:21:58 +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(() => {
|
useEffect(() => {
|
||||||
debouncedHandleSearch(urlQueryString || '');
|
debouncedHandleSearch(urlQueryString || '');
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [urlQueryString, maxTime, minTime, idEnd, idStart]);
|
}, [urlQueryString, maxTime, minTime, idEnd, idStart, logLinesPerPage]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user