mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
fix: also set dashboard refresh to false
This commit is contained in:
parent
0f4904038e
commit
283f693600
@ -88,6 +88,7 @@ export class TimeSrv {
|
||||
// if absolute ignore refresh option saved to dashboard
|
||||
if (params.to && params.to.indexOf('now') === -1) {
|
||||
this.refresh = false;
|
||||
this.dashboard.refresh = false;
|
||||
}
|
||||
// but if refresh explicitly set then use that
|
||||
if (params.refresh) {
|
||||
|
Loading…
Reference in New Issue
Block a user