mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(png): fixed issue with png rendering, fixes #5274
This commit is contained in:
parent
b76b42f209
commit
36b0802789
@ -92,7 +92,6 @@ function (angular, _, $) {
|
||||
state.fullscreen = state.fullscreen ? true : null;
|
||||
state.edit = (state.edit === "true" || state.edit === true) || null;
|
||||
state.editview = state.editview || null;
|
||||
state.org = contextSrv.user.orgId;
|
||||
return state;
|
||||
};
|
||||
|
||||
@ -100,7 +99,6 @@ function (angular, _, $) {
|
||||
var urlState = _.clone(this.state);
|
||||
urlState.fullscreen = this.state.fullscreen ? true : null;
|
||||
urlState.edit = this.state.edit ? true : null;
|
||||
urlState.org = contextSrv.user.orgId;
|
||||
return urlState;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user