This commit is contained in:
Peter Maquiran
2021-08-20 12:02:27 +01:00
parent edb1a5c9d9
commit 375eeda2ca
31 changed files with 258 additions and 166 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { Pipe, PipeTransform } from '@angular/core';
import { Attachments, SearchDocument } from '../models/search-document';
import { Attachments, SearchList } from '../models/search-document';
@Pipe({
name: 'searchDocument'
@@ -10,7 +10,7 @@ export class SearchDocumentPipe implements PipeTransform {
return null;
}
transformToAttachment(document: SearchDocument): Attachments[] {
transformToAttachment(document: SearchList): Attachments[] {
const attachments = []
if(document.ApplicationType == 361) {