mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Verb of the action changed
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user