set default value for the Visible property.

pull/8215/head
Ilkay Ilknur 5 years ago
parent f30fb0d1ad
commit 89b5719e76

@ -10,7 +10,7 @@ namespace Volo.Abp.BlazoriseUI.Components
public partial class EntityAction<TItem> : ComponentBase
{
[Parameter]
public bool Visible { get; set; }
public bool Visible { get; set; } = true;
internal bool HasPermission { get; set; } = true;

Loading…
Cancel
Save