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