From 6fbae8788f802e5339c8bf2ba0dfe4679ddff4f9 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 5 Oct 2018 10:48:21 +0200 Subject: fix account URI in remote comment modal (partial rollback) --- .../src/app/videos/+video-watch/comment/video-comment-add.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/videos') diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts index b374ed7d5..af47f3115 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts +++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts @@ -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, -- cgit v1.2.3