Anzeige des Prospect Pages überarbeitet

This commit is contained in:
Andre Beging
2023-02-08 16:05:45 +01:00
parent df40e2b769
commit 0acd9485d4
5 changed files with 71 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ namespace FoodsharingSiegen.Server.Controls
[Parameter] public AddInteractionModal InteractionModal { get; set; } = null!;
[Parameter] public AddProspectModal ProspectModal { get; set; } = null!;
[Parameter] public AddProspectModal? ProspectModal { get; set; } = null!;
[Parameter] public EventCallback<Guid> RemoveInteraction { get; set; }