File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ body:
1818 description : A clear and concise description of what the problem is.
1919 placeholder : I am trying to do [...] but [...]
2020 validations :
21- required : false
21+ required : true
2222- type : textarea
2323 attributes :
2424 label : Describe the solution you'd like
2525 description : |
2626 A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
2727 validations :
28- required : true
28+ required : false
2929- type : textarea
3030 attributes :
3131 label : Additional context
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >9.3.1-beta35 </Version >
4+ <Version >9.3.1-beta36 </Version >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change @@ -28,10 +28,9 @@ public class Redirect : ComponentBase
2828 public bool ForceLoad { get ; set ; } = true ;
2929
3030 /// <summary>
31- /// OnAfterRender 方法
31+ /// OnInitialized 方法
3232 /// </summary>
33- /// <param name="firstRender"></param>
34- protected override void OnAfterRender ( bool firstRender )
33+ protected override void OnInitialized ( )
3534 {
3635 Navigation . NavigateTo ( Url , ForceLoad ) ;
3736 }
You can’t perform that action at this time.
0 commit comments