Autoselect interaction creator

This commit is contained in:
Andre Beging
2025-03-27 17:47:53 +01:00
parent 19796928e7
commit 6bc2757eb0
5 changed files with 16 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ namespace FoodsharingSiegen.Server.Controls
private async Task AddInteraction(InteractionType type)
{
await InteractionModal.Show(type, Prospect?.Id);
await InteractionModal.ShowAsync(type, Prospect?.Id);
}
private List<Interaction> GetTyped(InteractionType type)