diff --git a/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/Extensibility/UIExtensions.cs b/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/Extensibility/UIExtensions.cs index 3bc219fc8d..df4f55752b 100644 --- a/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/Extensibility/UIExtensions.cs +++ b/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/Extensibility/UIExtensions.cs @@ -7,9 +7,9 @@ namespace Volo.Abp.AspNetCore.Components.Extensibility { public static UIExtensions Instance { get; protected set; } = new UIExtensions(); - public EntityActionsConfiguration EntityActions { get; set; } + public EntityActionsConfiguration EntityActions { get; } - public TableColumnsConfiguration TableColumns { get; set; } + public TableColumnsConfiguration TableColumns { get; } public UIExtensions() {