Rename InteractionDialog
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user