mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Chore: Remove deprecated dashboardId from panel query runner (#64786)
This commit is contained in:
@@ -142,7 +142,6 @@ export function buildQueryTransaction(
|
||||
|
||||
const request: DataQueryRequest = {
|
||||
app: CoreApp.Explore,
|
||||
dashboardId: 0,
|
||||
// TODO probably should be taken from preferences but does not seem to be used anyway.
|
||||
timezone: timeZone || DefaultTimeZone,
|
||||
startTime: Date.now(),
|
||||
|
||||
Reference in New Issue
Block a user