mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
fix(timepicker): fixed displaying of customk time ranges, #2861
This commit is contained in:
@@ -106,7 +106,7 @@ _.each(rangeOptions, function (frame) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
opt.display = 'parse error';
|
||||
opt.display = opt.from + ' to ' + opt.to;
|
||||
opt.invalid = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user