Skip to content

Commit

Permalink
Cleanup BucketDetailsDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAxelander committed Sep 8, 2023
1 parent 4e3bbac commit 82b1d19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions OpenBudgeteer.Blazor/Pages/Bucket.razor
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@
DataContext="@_bucketDetailsModalDialogDataContext"
IsDialogVisible="@_isBucketDetailsModalDialogVisible"
IsDialogLoading="@_isBucketDetailsModalDialogDataContextLoading"
CurrentBucket ="@_transactionModalDialogBucket"
OnClickCallback="@(() => _isBucketDetailsModalDialogVisible = false)"/>

<DeleteConfirmationDialog
Expand All @@ -320,7 +319,6 @@
bool _isEditBucketModalDialogVisible;

BlazorBucketStatisticsViewModel _bucketDetailsModalDialogDataContext;
Contracts.Models.Bucket _transactionModalDialogBucket;
bool _isBucketDetailsModalDialogVisible;
bool _isBucketDetailsModalDialogDataContextLoading;

Expand Down
3 changes: 0 additions & 3 deletions OpenBudgeteer.Blazor/Shared/BucketDetailsDialog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@
[Parameter]
public bool IsDialogLoading { get; set; }

[Parameter]
public Bucket CurrentBucket { get; set; }

[Parameter]
public EventCallback<MouseEventArgs> OnClickCallback { get; set; }

Expand Down

0 comments on commit 82b1d19

Please sign in to comment.