Edit Modal not Works

This commit is contained in:
Natlinux81
2022-08-16 02:52:01 +02:00
parent a72edbbafd
commit cc060b273a
5 changed files with 20 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ namespace Apollon.WPF.ViewModels
OverviewDetailsViewModel = new OverviewDetailsViewModel(selectedTournamentStore);
AddTournamentCommand = new OpenAddTournamentCommand(modalNavigationStore);
EditTournamentCommand = new OpenEditTournamentCommand(modalNavigationStore);
//EditTournamentCommand = new OpenEditTournamentCommand(modalNavigationStore);
}
}
}