Skip to content

Commit

Permalink
#416 fix data alias change
Browse files Browse the repository at this point in the history
  • Loading branch information
sting009 committed Jan 16, 2019
1 parent afa8d75 commit 881818e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discovery-frontend/src/app/page/page.component.ts
Expand Up @@ -3179,8 +3179,8 @@ export class PageComponent extends AbstractPopupComponent implements OnInit, OnD
});
}
else {
this.onChangeShelf({
shelf: this.pivot,
this.onChangePivot({
pivot: this.pivot,
eventType: EventType.DASHBOARD_ALIAS
});
}
Expand Down

0 comments on commit 881818e

Please sign in to comment.