diff --git a/EthereumVoting/ViewModel/MainViewModel.cs b/EthereumVoting/ViewModel/MainViewModel.cs index 02f8ead..40bc8e8 100644 --- a/EthereumVoting/ViewModel/MainViewModel.cs +++ b/EthereumVoting/ViewModel/MainViewModel.cs @@ -122,6 +122,7 @@ private async Task LoadedAsync() x.IsEnable = false; }); } + RaisePropertyChanged("Candidates"); } private void Init()