Fix incomplete doc type clicking for large cards

This commit is contained in:
Michael Shamoon
2021-03-12 07:21:00 -08:00
parent 06375265e8
commit c4fd83dde1
2 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ export class DocumentCardLargeComponent implements OnInit {
@Output()
clickCorrespondent = new EventEmitter<number>()
@Output()
clickDocumentType = new EventEmitter<number>()
@Input()
searchScore: number