mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove deprecated dashboardId from panel query runner (#64786)
This commit is contained in:
@@ -14,7 +14,7 @@ export function getQueryOptions<TQuery extends DataQuery>(
|
||||
scopedVars: {},
|
||||
timezone: 'browser',
|
||||
panelId: 1,
|
||||
dashboardId: 1,
|
||||
dashboardUID: 'test-uid-1',
|
||||
interval: '60s',
|
||||
intervalMs: 60000,
|
||||
maxDataPoints: 500,
|
||||
|
Reference in New Issue
Block a user