Skip to content

Commit e384ff4

Browse files
fix compiler warnings
1 parent 7960c9c commit e384ff4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Blazor.AdminLte/SideBar/SideBarMenuItem.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
</li>
1313
@code {
1414

15-
private string Id = Guid.NewGuid().ToString();
16-
1715
[Parameter]
1816
public string Icon { get; set; }
1917
[Parameter]
@@ -23,8 +21,6 @@
2321

2422
private SideBarState State => GetState<SideBarState>();
2523

26-
private SideBarState.SelectMenuItemAction action;
27-
2824
private void Click()
2925
{
3026
nav.NavigateTo(Link);

0 commit comments

Comments
 (0)