This commit is contained in:
Peter Maquiran
2021-08-19 16:50:44 +01:00
parent c7524089e5
commit 5d5f4509f4
4 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { SearchPage } from 'src/app/pages/search/search.page';
})
export class AddNotePage implements OnInit {
note: string = '';
documents:SearchDocument[] = [];
documents: SearchDocument[] = [];
loadedAttachments:any;
hideThisFeature: boolean = true;