From 66ee325f573feeb61bc6c945151bf64dec6b9698 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Fri, 26 Jan 2018 11:20:46 +0100
Subject: Only accept public comments

---
 client/src/app/videos/+video-edit/video-add.component.ts | 1 +
 1 file changed, 1 insertion(+)

(limited to 'client/src')

diff --git a/client/src/app/videos/+video-edit/video-add.component.ts b/client/src/app/videos/+video-edit/video-add.component.ts
index c6f0525c3..3a9d932b8 100644
--- a/client/src/app/videos/+video-edit/video-add.component.ts
+++ b/client/src/app/videos/+video-edit/video-add.component.ts
@@ -206,6 +206,7 @@ export class VideoAddComponent extends FormReactive implements OnInit, OnDestroy
     this.videoService.updateVideo(video)
       .subscribe(
         () => {
+          this.isUploadingVideo = false
           this.notificationsService.success('Success', 'Video published.')
           this.router.navigate([ '/videos/watch', video.uuid ])
         },
-- 
cgit v1.2.3