Commit afd0fc36 by Patrick O'Carroll

export view json now templatized, fixes #10001

parent 4a2941dc
......@@ -26,7 +26,7 @@ export class DashExportCtrl {
}
saveJson() {
var clone = this.dashboardSrv.getCurrent().getSaveModelClone();
var clone = this.dash;
this.$scope.$root.appEvent('show-json-editor', {
object: clone,
......
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