Commit 283f6936 by Torkel Ödegaard

fix: also set dashboard refresh to false

parent 0f490403
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment