File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >10.0.2-beta01 </Version >
4+ <Version >10.1.0 </Version >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 1- // Licensed to the .NET Foundation under one or more agreements.
1+ // Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the Apache 2.0 License
33// See the LICENSE file in the project root for more information.
44// Maintainer: Argo Zhang([email protected] ) Website: https://www.blazor.zone @@ -127,7 +127,6 @@ protected override void OnInitialized()
127127
128128 OnInnerText ??= Localizer [ nameof ( OnInnerText ) ] ;
129129 OffInnerText ??= Localizer [ nameof ( OffInnerText ) ] ;
130- CurrentValue ??= DefaultValueWhenNull ;
131130 }
132131
133132 /// <summary>
You can’t perform that action at this time.
0 commit comments