deleted still shows on the details panel

This commit is contained in:
Natlinux81
2022-08-20 21:01:38 +02:00
parent 7313cc9a21
commit 6b0057b68a
10 changed files with 166 additions and 20 deletions

View File

@@ -25,6 +25,7 @@ namespace Apollon.WPF.ViewModels
Tournament = tournament;
EditCommand = new OpenEditTournamentCommand(this, tournamentStore, modalNavigationStore);
DeleteCommand = new DeleteTournamentCommand(this, tournamentStore);
}
public void Update(Tournament tournament)