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 44c3b45 commit 9abd346Copy full SHA for 9abd346
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.6.2-beta06</Version>
+ <Version>9.6.2</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
src/BootstrapBlazor/Components/Menu/Menu.razor.cs
@@ -133,7 +133,7 @@ protected override void OnParametersSet()
133
InitMenus(null, Items, GetUrl());
134
if (!DisableNavigation)
135
{
136
- Options.Text = ActiveMenu?.Text;
+ Options.Text ??= ActiveMenu?.Text;
137
Options.Icon = ActiveMenu?.Icon;
138
Options.IsActive = true;
139
}
0 commit comments