diff --git a/docs/en/low-code/index.md b/docs/en/low-code/index.md index 08b774034d..a21dcf677d 100644 --- a/docs/en/low-code/index.md +++ b/docs/en/low-code/index.md @@ -34,7 +34,7 @@ Traditionally, adding a new entity with full CRUD functionality to an ABP applic **With Low-Code, a single C# class replaces all of the above:** ````csharp -[DynamicEntity] +[DynamicEntity(DefaultDisplayPropertyName = "Name")] [DynamicEntityUI(PageTitle = "Products")] public class Product : DynamicEntityBase {