mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
refactor PostgresQuery
This commit is contained in:
@ -214,7 +214,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
|
||||
}
|
||||
|
||||
if (config.addNone) {
|
||||
segments.unshift(this.uiSegmentSrv.newSegment({ type: 'template', value: 'None', expandable: true }));
|
||||
segments.unshift(this.uiSegmentSrv.newSegment({ type: 'template', value: 'none', expandable: true }));
|
||||
}
|
||||
|
||||
return segments;
|
||||
|
Reference in New Issue
Block a user