mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove loki version hack in explore (#27966)
This commit is contained in:
@@ -155,7 +155,7 @@ export function buildQueryTransaction(
|
||||
__interval_ms: { text: intervalMs, value: intervalMs },
|
||||
},
|
||||
maxDataPoints: queryOptions.maxDataPoints,
|
||||
exploreMode: queryOptions.mode,
|
||||
exploreMode: undefined,
|
||||
liveStreaming: queryOptions.liveStreaming,
|
||||
/**
|
||||
* @deprecated (external API) showingGraph and showingTable are always set to true and set to true
|
||||
|
Reference in New Issue
Block a user