checboxes for small cards. does not work yet.

This commit is contained in:
jonaswinkler
2020-12-11 17:35:21 +01:00
parent 66240188c7
commit d1d09ac6ac
3 changed files with 20 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ export class DocumentCardSmallComponent implements OnInit {
constructor(private documentService: DocumentService) { }
selected = false
@Input()
document: PaperlessDocument