Working on attachments

This commit is contained in:
Tiago Kayaya
2020-09-07 15:50:36 +01:00
parent 74ce37adf3
commit cc88726c03
3 changed files with 18 additions and 9 deletions
@@ -43,6 +43,7 @@ export class AttachmentsPage implements OnInit {
}
navigateBack(){
console.log(this.pageId);
this.route.navigate(['/home/events',this.pageId]);
}