Skip to content

Commit

Permalink
Render form not loading the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes committed May 8, 2019
1 parent ddcaad0 commit c544fd0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,8 @@ export class DotEditContentComponent implements OnInit, OnDestroy {
this.dotGlobalMessageService.display(
this.dotMessageService.get('dot.common.message.saved')
);
this.reload();
});

this.reload();
}
});

Expand Down

0 comments on commit c544fd0

Please sign in to comment.