From bfb3a98fac582f104c6d9b8b7242ea2cbb650b91 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Sep 2017 17:06:31 +0200 Subject: Remove ng2 file upload module Unmaintained and we don't need it anymore with httpclient --- client/src/app/videos/video-watch/video-report.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos/video-watch/video-report.component.ts') diff --git a/client/src/app/videos/video-watch/video-report.component.ts b/client/src/app/videos/video-watch/video-report.component.ts index a5758060d..d9c83a640 100644 --- a/client/src/app/videos/video-watch/video-report.component.ts +++ b/client/src/app/videos/video-watch/video-report.component.ts @@ -63,7 +63,7 @@ export class VideoReportComponent extends FormReactive implements OnInit { this.hide() }, - err => this.notificationsService.error('Error', err) + err => this.notificationsService.error('Error', err.message) ) } } -- cgit v1.2.3