diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-edit/video-update.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-update.component.ts b/client/src/app/videos/+video-edit/video-update.component.ts index c4ae22896..30390ac05 100644 --- a/client/src/app/videos/+video-edit/video-update.component.ts +++ b/client/src/app/videos/+video-edit/video-update.component.ts | |||
@@ -131,4 +131,3 @@ export class VideoUpdateComponent extends FormReactive implements OnInit { | |||
131 | this.form.patchValue(this.video.toJSON()) | 131 | this.form.patchValue(this.video.toJSON()) |
132 | } | 132 | } |
133 | } | 133 | } |
134 | |||