diff --git a/nise-frontend/src/app/home/home.component.ts b/nise-frontend/src/app/home/home.component.ts index 8274b04..e12be61 100644 --- a/nise-frontend/src/app/home/home.component.ts +++ b/nise-frontend/src/app/home/home.component.ts @@ -120,7 +120,8 @@ export class HomeComponent implements OnInit, OnDestroy { this.loading = false; this.router.navigate(['/c/' + response.id ]); }, - error: (error) => { + error: () => { + alert('Error uploading replay :('); this.loading = false; }, });