Skip to content

Commit

Permalink
Add description for associated items
Browse files Browse the repository at this point in the history
  • Loading branch information
lig1990 committed Dec 14, 2023
1 parent 72b376f commit 2bf3e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Savings.SPA/Pages/RecurrentItems.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async Task Edit(RecurrentMoneyItem item)

async Task ViewChild(RecurrentMoneyItem item)
{
var res = await dialogService.OpenAsync<RecurrentItems>($"Associated Items",
var res = await dialogService.OpenAsync<RecurrentItems>($"Associated Items - {item.Note}",
new Dictionary<string, object>() { { "parentItemID", item.ID }, { "parentItem", item } },
new DialogOptions() { Width = "800px", Height = "600px" });
await InitializeList();
Expand Down

0 comments on commit 2bf3e63

Please sign in to comment.