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

@@ -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;