From e494f91e6798cd1f3c640f2f28aa2c8436501e20 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jan 2018 15:15:03 +0100 Subject: Add style to cancel button --- client/src/app/videos/+video-edit/video-add.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-edit/video-add.component.ts') 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 { this.videoUploadObservable.unsubscribe() this.isUploadingVideo = false this.videoUploadPercents = 0 - this.notificationsService.error('Error', 'Upload cancelled') this.videoUploadObservable = null + this.notificationsService.info('Info', 'Upload cancelled') } } -- cgit v1.2.3