mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@@ -276,7 +276,7 @@ function updateQueriesWhenComingFromExplore(
|
||||
originPanelId: number,
|
||||
queries: DataQuery[]
|
||||
) {
|
||||
const panelArrId = dashboard.panels.findIndex(panel => panel.id === originPanelId);
|
||||
const panelArrId = dashboard.panels.findIndex((panel) => panel.id === originPanelId);
|
||||
|
||||
if (panelArrId > -1) {
|
||||
dashboard.panels[panelArrId].targets = queries;
|
||||
|
||||
Reference in New Issue
Block a user