Visual tweaks

This commit is contained in:
Michael Shamoon 2020-12-09 01:25:04 -08:00
parent 0f635d1bb2
commit 4fbb814e5b
3 changed files with 8 additions and 4 deletions

View file

@ -45,6 +45,9 @@ export class DocumentListComponent implements OnInit {
tags: PaperlessTag[] = []
correspondents: PaperlessCorrespondent[] = []
documentTypes: PaperlessDocumentType[] = []
filterTagsText: string
filterCorrespondentsText: string
filterDocumentTypesText: string
@ViewChild(FilterEditorComponent) filterEditor;