mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
[searchQuery, panel, fieldConfig]
|
[data, searchQuery, panel, fieldConfig]
|
||||||
);
|
);
|
||||||
|
|
||||||
const isSearching = searchQuery.length > 0;
|
const isSearching = searchQuery.length > 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user