mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
checboxes for small cards. does not work yet.
This commit is contained in:
parent
66240188c7
commit
d1d09ac6ac
3 changed files with 20 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ export class DocumentCardSmallComponent implements OnInit {
|
|||
|
||||
constructor(private documentService: DocumentService) { }
|
||||
|
||||
selected = false
|
||||
|
||||
@Input()
|
||||
document: PaperlessDocument
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue