mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@@ -238,7 +238,7 @@ export class TimeSrv {
|
||||
if (interval === AutoRefreshInterval) {
|
||||
intervalMs = this.getAutoRefreshInteval().intervalMs;
|
||||
} else {
|
||||
refresh = this.contextSrv.getValidInterval(interval as string);
|
||||
refresh = this.contextSrv.getValidInterval(interval);
|
||||
intervalMs = rangeUtil.intervalToMs(refresh);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user