Prospect box finetuning

This commit is contained in:
Andre Beging
2022-05-31 09:38:53 +02:00
parent 3f2b727920
commit bee7b09bf0
3 changed files with 4 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ namespace FoodsharingSiegen.Server.Controls
[Parameter] public AddProspectModal ProspectModal { get; set; } = null!;
[Parameter] public EventCallback<Guid> RemoveInteraction { get; set; }
[Parameter] public string? CssClass { get; set; }
private async Task AddInteraction(InteractionType type)