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

@@ -19,7 +19,7 @@ namespace FoodsharingSiegen.Server.Controls
private async Task AddInteraction(InteractionType type)
{
if (Prospect != null && OnDataChanged != null)
await AddInteractionModal.ShowAsync(ModalService, OnDataChanged, type, Prospect.Id);
await InteractionDialog.ShowAsync(ModalService, OnDataChanged, type, Prospect.Id);
}
private List<Interaction> GetTyped(InteractionType type)