Skip to content

Commit

Permalink
#1107 Change previous chart spec to current chart spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyojun.Goo committed Feb 28, 2019
1 parent 901fd72 commit 76b0200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-frontend/src/app/page/page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3865,7 +3865,7 @@ export class PageComponent extends AbstractPopupComponent implements OnInit, OnD
url: this.router.url,
dashboardId: this.widget.dashBoard.id,
widgetId: this.widget.id
}, params.resultFormatOptions, null, this.dataSourceList
}, params.resultFormatOptions
);

const uiCloneQuery = _.cloneDeep(query);
Expand Down

0 comments on commit 76b0200

Please sign in to comment.