fix account URI in remote comment modal (partial rollback)
This commit is contained in:
parent
040a506bcf
commit
6fbae8788f
|
@ -32,6 +32,7 @@ export class VideoCommentAddComponent extends FormReactive implements OnInit {
|
|||
@ViewChild('textarea') private textareaElement: ElementRef
|
||||
|
||||
private addingComment = false
|
||||
private uri: string
|
||||
|
||||
constructor (
|
||||
protected formValidatorService: FormValidatorService,
|
||||
|
|
Loading…
Reference in New Issue