Rename InteractionDialog

This commit is contained in:
Andre Beging
2025-03-28 19:23:43 +01:00
parent 91bff3c127
commit e327544240
4 changed files with 3 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Components;
namespace FoodsharingSiegen.Server.Dialogs
{
public partial class AddInteractionModal : FsBase
public partial class InteractionDialog : FsBase
{
#region Dependencies
@@ -115,7 +115,7 @@ namespace FoodsharingSiegen.Server.Dialogs
ProspectID = prospectId
};
await modalService.Show<AddInteractionModal>(headerText, parameter =>
await modalService.Show<InteractionDialog>(headerText, parameter =>
{
parameter.Add(nameof(Interaction), interaction);
parameter.Add(nameof(ShowInfo), showInfo);