This commit is contained in:
Peter Maquiran
2021-10-09 15:49:00 +01:00
parent 73e00ce962
commit a1cbbe3805
2 changed files with 6 additions and 0 deletions
@@ -37,6 +37,11 @@ export class ViewDocumentPage implements OnInit {
this.Document = this.navParams.get('Document')
this.task = this.navParams.get('task')
if(!this.file.title) {
this.file.title = 'Sem Título'
}
}
ngOnInit() {