Cleanup frontend comment service & other code

[ci skip]
This commit is contained in:
Michael Shamoon
2022-08-07 22:05:32 -07:00
parent bf1f65dc89
commit 765e27f719
9 changed files with 20 additions and 24 deletions

View File

@@ -174,7 +174,6 @@
<ng-template ngbNavContent>
<app-document-comments [documentId]="documentId"></app-document-comments>
</ng-template>
</li>
</ul>

View File

@@ -274,7 +274,6 @@ export class DocumentDetailComponent
this.suggestions = null
},
})
this.title = this.documentTitlePipe.transform(doc.title)
this.documentForm.patchValue(doc)
}