Skip to content

Commit

Permalink
Fixed wrong async method declaration on Bucket Page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAxelander committed Nov 28, 2021
1 parent 984eb4b commit 1aa3052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenBudgeteer.Blazor/Pages/Bucket.razor
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
await HandleResult(_dataContext.CreateGroup(_newBucketGroupDialogDataContext));
}

async void CancelNewBucketGroupDialog()
void CancelNewBucketGroupDialog()
{
_isNewBucketGroupModalDialogVisible = false;
}
Expand Down

0 comments on commit 1aa3052

Please sign in to comment.