Skip to content

Commit 707ac24

Browse files
committed
Fix build
1 parent 3debf85 commit 707ac24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/testassets/Components.TestServer/RazorComponents/Pages/PersistentState/PageWithComponents.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
[SupplyParameterFromQuery(Name = "server-state")] public string ServerState { get; set; }
4444

45-
protected override async void OnInitialized()
45+
protected override void OnInitialized()
4646
{
4747
if (!string.IsNullOrEmpty(RenderMode))
4848
{

0 commit comments

Comments
 (0)