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