Skip to content

Commit

Permalink
Fix title on report list page
Browse files Browse the repository at this point in the history
  • Loading branch information
linck committed May 25, 2018
1 parent ecf2c60 commit b894379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ezra/Ezra/ViewModels/ReportListPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public DateTime DateControl
set
{
SetProperty(ref dateControl, value);
FormatTitle();
Load();
}
}
Expand Down

0 comments on commit b894379

Please sign in to comment.