Skip to content

Commit

Permalink
#460 - Resetting when after expense is created.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Jun 14, 2023
1 parent ee06804 commit a3b20db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Money.Blazor.Host/Components/OutcomeCreate.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private async void Execute()
Amount = null;
CategoryKey = null;
Description = null;
When = DateTime.UtcNow.Date;
IsFixed = false;
StateHasChanged();
}
Expand Down

0 comments on commit a3b20db

Please sign in to comment.