Skip to content

Commit

Permalink
fix bug when submit
Browse files Browse the repository at this point in the history
  • Loading branch information
trungngotdt committed Dec 12, 2018
1 parent c6851d5 commit f58f38e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EthereumVoting/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ private async Task LoadedAsync()
x.IsEnable = false;
});
}
RaisePropertyChanged("Candidates");
}

private void Init()
Expand Down

0 comments on commit f58f38e

Please sign in to comment.