diff --git a/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx b/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx index 9910252b3f..8841d10d0a 100644 --- a/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx +++ b/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx @@ -129,7 +129,8 @@ function VariableItem({ useEffect(() => { getOptions(); - }, [getOptions]); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, []); const handleChange = (value: string | string[]): void => { if (