This commit is contained in:
tiago.kayaya
2021-08-05 15:37:00 +01:00
parent 886f49c07d
commit a14ca7366d
4 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ export class AddNotePage implements OnInit {
note: string = '';
documents:SearchDocument[] = [];
loadedAttachments:any;
hideThisFeature: boolean = true;
constructor(
private modalController: ModalController,
@@ -62,4 +63,4 @@ export class AddNotePage implements OnInit {
}
}
}