diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 17:06:31 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 17:25:36 +0200 |
commit | bfb3a98fac582f104c6d9b8b7242ea2cbb650b91 (patch) | |
tree | 24ead7cbbdc785315c406dfba85a55fe5e235d09 /client/src/app/+admin/users | |
parent | d5050d1e097e761685fbaafe6e3d4b8b78d48356 (diff) | |
download | PeerTube-bfb3a98fac582f104c6d9b8b7242ea2cbb650b91.tar.gz PeerTube-bfb3a98fac582f104c6d9b8b7242ea2cbb650b91.tar.zst PeerTube-bfb3a98fac582f104c6d9b8b7242ea2cbb650b91.zip |
Remove ng2 file upload module
Unmaintained and we don't need it anymore with httpclient
Diffstat (limited to 'client/src/app/+admin/users')
-rw-r--r-- | client/src/app/+admin/users/user-list/user-list.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/users/user-list/user-list.component.ts b/client/src/app/+admin/users/user-list/user-list.component.ts index c3fa55825..73b5c0ce9 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.ts +++ b/client/src/app/+admin/users/user-list/user-list.component.ts | |||
@@ -47,7 +47,7 @@ export class UserListComponent extends RestTable implements OnInit { | |||
47 | this.loadData() | 47 | this.loadData() |
48 | }, | 48 | }, |
49 | 49 | ||
50 | err => this.notificationsService.error('Error', err) | 50 | err => this.notificationsService.error('Error', err.message) |
51 | ) | 51 | ) |
52 | } | 52 | } |
53 | ) | 53 | ) |
@@ -65,7 +65,7 @@ export class UserListComponent extends RestTable implements OnInit { | |||
65 | this.totalRecords = resultList.total | 65 | this.totalRecords = resultList.total |
66 | }, | 66 | }, |
67 | 67 | ||
68 | err => this.notificationsService.error('Error', err) | 68 | err => this.notificationsService.error('Error', err.message) |
69 | ) | 69 | ) |
70 | } | 70 | } |
71 | } | 71 | } |