Skip to content

Commit efa7668

Browse files
committed
Remove isSidebarVisible field from DemosMainLayout
The field `isSidebarVisible` of type `bool` was removed from the `DemosMainLayout` class. This field was previously initialized to `false`, indicating that the sidebar was not visible by default. NOTE: This commit message is auto-generated using GitHub Copilot.
1 parent ae98321 commit efa7668

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

BlazorExpress.Bulma.Demo.RCL/Layout/DemosMainLayout.razor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ public partial class DemosMainLayout : MainLayoutBase
44
{
55
#region Fields and Constants
66

7-
private bool isSidebarVisible = false;
87
private HashSet<LinkGroup> linkGroups = new();
98
private Menu menuRef = default!;
109

0 commit comments

Comments
 (0)