aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-23 15:15:03 +0100
committerChocobozzz <me@florianbigard.com>2018-01-23 15:15:03 +0100
commite494f91e6798cd1f3c640f2f28aa2c8436501e20 (patch)
treecdac0f501c10a1d64474dae29aa8a70f25ccb063 /client/src/app/videos/+video-edit/video-add.component.ts
parent531ab5b6279707b2d0d01d3153e62c4bdfca8480 (diff)
downloadPeerTube-e494f91e6798cd1f3c640f2f28aa2c8436501e20.tar.gz
PeerTube-e494f91e6798cd1f3c640f2f28aa2c8436501e20.tar.zst
PeerTube-e494f91e6798cd1f3c640f2f28aa2c8436501e20.zip
Add style to cancel button
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.ts')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.ts2
1 files changed, 1 insertions, 1 deletions
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 6e0830ab7..73efd60bf 100644
--- a/client/src/app/videos/+video-edit/video-add.component.ts
+++ b/client/src/app/videos/+video-edit/video-add.component.ts
@@ -99,8 +99,8 @@ export class VideoAddComponent extends FormReactive implements OnInit {
99 this.videoUploadObservable.unsubscribe() 99 this.videoUploadObservable.unsubscribe()
100 this.isUploadingVideo = false 100 this.isUploadingVideo = false
101 this.videoUploadPercents = 0 101 this.videoUploadPercents = 0
102 this.notificationsService.error('Error', 'Upload cancelled')
103 this.videoUploadObservable = null 102 this.videoUploadObservable = null
103 this.notificationsService.info('Info', 'Upload cancelled')
104 } 104 }
105 } 105 }
106 106