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:
Palash Gupta 2023-04-12 14:00:52 +05:30 committed by Prashant Shahi
parent 8f6178f0a9
commit 5ee0bb57cc
No known key found for this signature in database
GPG Key ID: B6763AAA47DFEDB3

View File

@ -129,7 +129,8 @@ function VariableItem({
useEffect(() => {
getOptions();
}, [getOptions]);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
const handleChange = (value: string | string[]): void => {
if (