mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
dont autoquote, suggest quoted values if requried
This commit is contained in:
@ -25,7 +25,7 @@ function aggregateRenderer(part, innerExpr) {
|
||||
}
|
||||
|
||||
function columnRenderer(part, innerExpr) {
|
||||
return '"' + part.params[0] + '"';
|
||||
return part.params[0];
|
||||
}
|
||||
|
||||
function replaceAggregationAddStrategy(selectParts, partModel) {
|
||||
|
Reference in New Issue
Block a user