mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
DashboardScene: Fix dependencies on field overrides (#94335)
fix deps on field overrides
This commit is contained in:
parent
a63a271f88
commit
f70fefc67c
@ -73,7 +73,7 @@ export const PanelOptions = React.memo<Props>(({ panel, searchQuery, listMode, d
|
||||
}
|
||||
),
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
[searchQuery, panel, fieldConfig]
|
||||
[data, searchQuery, panel, fieldConfig]
|
||||
);
|
||||
|
||||
const isSearching = searchQuery.length > 0;
|
||||
|
Loading…
Reference in New Issue
Block a user