We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7960c9c commit e384ff4Copy full SHA for e384ff4
src/Blazor.AdminLte/SideBar/SideBarMenuItem.razor
@@ -12,8 +12,6 @@
12
</li>
13
@code {
14
15
- private string Id = Guid.NewGuid().ToString();
16
-
17
[Parameter]
18
public string Icon { get; set; }
19
@@ -23,8 +21,6 @@
23
21
24
22
private SideBarState State => GetState<SideBarState>();
25
26
- private SideBarState.SelectMenuItemAction action;
27
28
private void Click()
29
{
30
nav.NavigateTo(Link);
0 commit comments