diff --git a/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebarItem.razor b/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebarItem.razor index 2cd5d06e..68334cc0 100644 --- a/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebarItem.razor +++ b/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebarItem.razor @@ -22,7 +22,7 @@ @@ -51,6 +51,7 @@ Icon="@Icon" ContentTemplate="@ContentTemplate" InnerCssClass="@CssClassHelper.Combine(ParentSidebar.Collapsed ? "d-none" : null)" + Expandable="true" Expanded="@expanded" /> @@ -75,6 +76,7 @@ @@ -82,7 +84,7 @@