Skip to content

Commit

Permalink
Merge pull request IFRCGo#21 from woksin/cbs-senegal
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
woksin committed Apr 22, 2019
2 parents bd971d5 + 24c92b7 commit c67a171
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,7 +163,7 @@ export class TrainingCaseReportsComponent implements OnInit {
convertToLiveCase(caseReport): void {
this.convertToLiveReportCommand = new ConvertToLiveReport();
this.convertToLiveReportCommand.caseReportId = caseReport.id;
this.modal.getModal('modalExportDataCollectors').open();
this.modal.getModal('modalExportDataCollectors').open();
}

convert() {
Expand Down

0 comments on commit c67a171

Please sign in to comment.