1
0
Fork 0

fix account URI in remote comment modal (partial rollback)

This commit is contained in:
Rigel Kent 2018-10-05 10:48:21 +02:00
parent 040a506bcf
commit 6fbae8788f
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
1 changed files with 1 additions and 0 deletions

View File

@ -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,