mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 08:09:03 +08:00
fix: max depth issue is fixed in dashboard (#2563)
This commit is contained in:
parent
fb1e823e6b
commit
1726469aaa
@ -129,7 +129,8 @@ function VariableItem({
|
||||
|
||||
useEffect(() => {
|
||||
getOptions();
|
||||
}, [getOptions]);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
const handleChange = (value: string | string[]): void => {
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user