Prospectgrid draft

This commit is contained in:
Andre Beging
2025-03-28 17:48:08 +01:00
parent e8e438b62a
commit 97deed7d90
7 changed files with 42 additions and 15 deletions

View File

@@ -138,7 +138,7 @@ namespace FoodsharingSiegen.Server.Pages
/// Removes the interaction using the specified arg (a. beging, 11.04.2022)
/// </summary>
/// <param name="arg">The arg</param>
private async Task RemoveInteraction(Guid arg)
private async Task RemoveInteractionAsync(Guid arg)
{
var confirm = await Message.Confirm("Interaktion wirklich löschen?", "Bestätigen", o =>
{