Cleanup frontend comment service & other code

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

View file

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