From a5f6a46227d2fca722142811323964fb233acd03 Mon Sep 17 00:00:00 2001 From: vnetonline Date: Mon, 14 Dec 2020 03:51:07 +1100 Subject: [PATCH] Update Part-3.md Removing @ from @() => GetDeleteConfirmationMessage(context) as it is wrong and doesn't need an @ at the front of () --- docs/en/Tutorials/Part-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md index 486475ff9d..e58857ec89 100644 --- a/docs/en/Tutorials/Part-3.md +++ b/docs/en/Tutorials/Part-3.md @@ -1386,7 +1386,7 @@ Open the `Books.razor` page and add the following `EntityAction` under the "Edit + ConfirmationMessage="() => GetDeleteConfirmationMessage(context)" /> ```` * `DeleteEntityAsync` is defined in the base class that deletes the entity by performing a call to the server.