Verb of the action changed

This commit is contained in:
Eudes Inácio
2023-02-17 12:18:28 +01:00
parent d44ca806ef
commit 87d8863d7d
23 changed files with 65 additions and 15 deletions
+2
View File
@@ -14,6 +14,7 @@ export class AddNotePage implements OnInit {
documents: SearchList[] = [];
loadedAttachments:any;
hideThisFeature: boolean = true;
actionName: string;
constructor(
private modalController: ModalController,
@@ -23,6 +24,7 @@ export class AddNotePage implements OnInit {
) {
this.note = '';
this.hideThisFeature = this.navParams.get('showAttachmentBtn');
this.actionName = this.navParams.get('actionName');
}
ngOnInit() {