fix: max depth issue is fixed in dashboard (#2563)

This commit is contained in:
Palash Gupta 2023-04-12 14:00:52 +05:30 committed by GitHub
parent fb1e823e6b
commit 1726469aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 (