mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-02 05:10:35 +08:00
fix: max depth issue is fixed in dashboard (#2563)
(cherry picked from commit 1726469aaad74169c7283c40239e1362a0e433aa) Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
8f6178f0a9
commit
5ee0bb57cc
@ -129,7 +129,8 @@ function VariableItem({
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
getOptions();
|
getOptions();
|
||||||
}, [getOptions]);
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
}, []);
|
||||||
|
|
||||||
const handleChange = (value: string | string[]): void => {
|
const handleChange = (value: string | string[]): void => {
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user