diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-05 10:48:21 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-05 10:48:21 +0200 |
commit | 6fbae8788f802e5339c8bf2ba0dfe4679ddff4f9 (patch) | |
tree | b976d0eb6c6491365b1839351c534d622b011dda /client/src/app | |
parent | 040a506bcf93ba6bfa100f9b3e8847ef65cfbeab (diff) | |
download | PeerTube-6fbae8788f802e5339c8bf2ba0dfe4679ddff4f9.tar.gz PeerTube-6fbae8788f802e5339c8bf2ba0dfe4679ddff4f9.tar.zst PeerTube-6fbae8788f802e5339c8bf2ba0dfe4679ddff4f9.zip |
fix account URI in remote comment modal (partial rollback)
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment-add.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
32 | @ViewChild('textarea') private textareaElement: ElementRef | 32 | @ViewChild('textarea') private textareaElement: ElementRef |
33 | 33 | ||
34 | private addingComment = false | 34 | private addingComment = false |
35 | private uri: string | ||
35 | 36 | ||
36 | constructor ( | 37 | constructor ( |
37 | protected formValidatorService: FormValidatorService, | 38 | protected formValidatorService: FormValidatorService, |