deleted still shows on the details panel
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user