diff --git a/public/app/features/dashboard-scene/panel-edit/PanelOptions.tsx b/public/app/features/dashboard-scene/panel-edit/PanelOptions.tsx index d342f9e3ad3..01e4655d832 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelOptions.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelOptions.tsx @@ -47,7 +47,7 @@ export const PanelOptions = React.memo(({ vizManager, searchQuery, listMo instanceState: _pluginInstanceState, }); // eslint-disable-next-line react-hooks/exhaustive-deps - }, [panel, options, fieldConfig, _pluginInstanceState]); + }, [data, panel, options, fieldConfig, _pluginInstanceState]); const libraryPanelOptions = useMemo(() => { if (panel instanceof VizPanel && isLibraryPanel(panel)) {