mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Visual tweaks
This commit is contained in:
parent
0f635d1bb2
commit
4fbb814e5b
3 changed files with 8 additions and 4 deletions
|
|
@ -45,6 +45,9 @@ export class DocumentListComponent implements OnInit {
|
|||
tags: PaperlessTag[] = []
|
||||
correspondents: PaperlessCorrespondent[] = []
|
||||
documentTypes: PaperlessDocumentType[] = []
|
||||
filterTagsText: string
|
||||
filterCorrespondentsText: string
|
||||
filterDocumentTypesText: string
|
||||
|
||||
@ViewChild(FilterEditorComponent) filterEditor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue