Skip to content

Commit

Permalink
fixing build bug, UI: Renewing Study page #1802
Browse files Browse the repository at this point in the history
  • Loading branch information
shral committed Mar 11, 2019
1 parent 3c664f1 commit 39feeb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class DicomStudiesTableComponent implements OnInit {
_ = _;
private _tableSchema:DicomTableSchema;
private _config:TableSchemaConfig;
@Input() patients:PatientDicom;
@Input() patients:PatientDicom[];
@Input() title:string;
constructor() { }

Expand Down

0 comments on commit 39feeb1

Please sign in to comment.