This commit is contained in:
tiago.kayaya
2021-06-22 15:17:35 +01:00
parent 1888fea538
commit 2ccb8638ac
5 changed files with 65 additions and 27 deletions
@@ -147,10 +147,6 @@ export class ApproveEventPage implements OnInit {
});
return await popover.present();
}
openMenu() {
this.menu.open();
}
async emendTask(serialNumber:string){
console.log('Desktop');
@@ -228,5 +224,4 @@ export class ApproveEventPage implements OnInit {
}
}