diff options
Diffstat (limited to 'client/src/app/admin/friends/friend-add')
-rw-r--r-- | client/src/app/admin/friends/friend-add/friend-add.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/admin/friends/friend-add/friend-add.component.ts b/client/src/app/admin/friends/friend-add/friend-add.component.ts index 7aab82b97..64165a9a5 100644 --- a/client/src/app/admin/friends/friend-add/friend-add.component.ts +++ b/client/src/app/admin/friends/friend-add/friend-add.component.ts | |||
@@ -87,7 +87,7 @@ export class FriendAddComponent implements OnInit { | |||
87 | this.router.navigate([ '/admin/friends/list' ]); | 87 | this.router.navigate([ '/admin/friends/list' ]); |
88 | // } | 88 | // } |
89 | }, | 89 | }, |
90 | error => alert(error) | 90 | error => alert(error.text) |
91 | ); | 91 | ); |
92 | } | 92 | } |
93 | 93 | ||