Working to backend except tags

This commit is contained in:
Michael Shamoon
2020-12-19 02:26:41 -08:00
parent d49cf3caad
commit f5681945cd
2 changed files with 27 additions and 44 deletions

View File

@@ -107,11 +107,11 @@ export class BulkEditorComponent {
this.setTags.emit(tags)
}
applyCorrespondent(selectedCorrespondent: ObjectWithId[]) {
applyCorrespondent(selectedCorrespondent: PaperlessCorrespondent[]) {
this.setCorrespondent.emit(selectedCorrespondent)
}
applyDocumentType(selectedDocumentType: ObjectWithId[]) {
applyDocumentType(selectedDocumentType: PaperlessDocumentType[]) {
this.setDocumentType.emit(selectedDocumentType)
}