Skip to content

Commit

Permalink
Allow selection of default system buckets in rules (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaber authored Oct 3, 2023
1 parent 82b1d19 commit 31254b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenBudgeteer.Blazor/Pages/Rules.razor
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@

_ruleSetViewModelItemToBeUpdated = ruleSetViewModelItem;
_bucketSelectDialogDataContext = new BucketViewModel(DbContextOptions, new YearMonthSelectorViewModel());
await _bucketSelectDialogDataContext.LoadDataAsync();
await _bucketSelectDialogDataContext.LoadDataAsync(false, true);

_isBucketSelectDialogLoading = false;
StateHasChanged();
Expand Down

0 comments on commit 31254b9

Please sign in to comment.