mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
hide search controls on document list
This commit is contained in:
parent
2c3eaadbce
commit
659cd3e9d5
4 changed files with 13 additions and 3 deletions
|
|
@ -12,6 +12,9 @@ export class DocumentCardLargeComponent implements OnInit {
|
|||
|
||||
constructor(private documentService: DocumentService, private sanitizer: DomSanitizer) { }
|
||||
|
||||
@Input()
|
||||
moreLikeThis: boolean = false
|
||||
|
||||
@Input()
|
||||
document: PaperlessDocument
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue