mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Fix incomplete doc type clicking for large cards
This commit is contained in:
parent
e71d055ef2
commit
6a58bd30ad
2 changed files with 4 additions and 1 deletions
|
|
@ -39,6 +39,9 @@ export class DocumentCardLargeComponent implements OnInit {
|
|||
@Output()
|
||||
clickCorrespondent = new EventEmitter<number>()
|
||||
|
||||
@Output()
|
||||
clickDocumentType = new EventEmitter<number>()
|
||||
|
||||
@Input()
|
||||
searchScore: number
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue