Autoselect interaction creator
This commit is contained in:
@@ -31,7 +31,7 @@ namespace FoodsharingSiegen.Server.Dialogs
|
||||
await base.OnParametersSetAsync();
|
||||
}
|
||||
|
||||
public async Task Show(InteractionType type, Guid? prospectId)
|
||||
public async Task ShowAsync(InteractionType type, Guid? prospectId)
|
||||
{
|
||||
if (prospectId == null) return;
|
||||
_showInfo = false;
|
||||
|
||||
Reference in New Issue
Block a user