mirror of https://github.com/grafana/grafana.git
				
				
				
			Fix for multi-value template variable for project selector (#29042)
This commit is contained in:
		
							parent
							
								
									3519330166
								
							
						
					
					
						commit
						0c054d1a9f
					
				|  | @ -344,7 +344,8 @@ export default class CloudMonitoringDatasource extends DataSourceApi<CloudMonito | |||
|       metricQuery: { | ||||
|         ...this.interpolateProps(metricQuery, scopedVars), | ||||
|         projectName: this.templateSrv.replace( | ||||
|           metricQuery.projectName ? metricQuery.projectName : this.getDefaultProject() | ||||
|           metricQuery.projectName ? metricQuery.projectName : this.getDefaultProject(), | ||||
|           scopedVars | ||||
|         ), | ||||
|         filters: this.interpolateFilters(metricQuery.filters || [], scopedVars), | ||||
|         groupBys: this.interpolateGroupBys(metricQuery.groupBys || [], scopedVars), | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue