Chore: Remove deprecated dashboardId from panel query runner (#64786)

This commit is contained in:
Ryan McKinley
2023-04-14 16:50:10 -07:00
committed by GitHub
parent d43482a463
commit 39c04a8e36
27 changed files with 17 additions and 43 deletions

View File

@@ -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,