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