Skip to content

Commit

Permalink
Forgot to initialize the command
Browse files Browse the repository at this point in the history
  • Loading branch information
woksin committed Apr 22, 2019
1 parent d329c87 commit d09ceb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ export class TrainingCaseReportsComponent implements OnInit {
}

convertToLiveCase(caseReport): void {
this.selectedCase = caseReport;
this.convertToLiveReportCommand = new ConvertToLiveReport();
this.convertToLiveReportCommand.caseReportId = caseReport.id;
this.modal.getModal('modalExportDataCollectors').open();
}

Expand Down

0 comments on commit d09ceb2

Please sign in to comment.