mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:19:02 +08:00
fix: dependecies is updated (#2510)
This commit is contained in:
parent
3f96325ad8
commit
c1d00c1155
@ -62,9 +62,7 @@ export function useSearchParser(): {
|
||||
});
|
||||
}
|
||||
},
|
||||
// need to hide this warning as we don't want to update the query string on every change
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
[dispatch, parsedQuery],
|
||||
[dispatch, maxTime, minTime, parsedQuery, selectedTime],
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user