Cleanup
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
@if (tournament) {
|
||||
<form (ngSubmit)="saveTournament()">
|
||||
<mat-card appearance="outlined">
|
||||
<!--
|
||||
<mat-card-header>
|
||||
<h5>{{ isEditMode ? 'Bewerk toernooi' : 'Toevoegen toernooi' }}</h5>
|
||||
</mat-card-header>
|
||||
-->
|
||||
<mat-card-content>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
@@ -65,7 +65,6 @@ export class TournamentEditComponent implements OnInit {
|
||||
this.tournamentService.getById(Number(id)).subscribe(data => {
|
||||
this.tournament = data;
|
||||
})
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user