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