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