Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Sep 18, 2023
1 parent 3debf85 commit 707ac24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

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

protected override async void OnInitialized()
protected override void OnInitialized()
{
if (!string.IsNullOrEmpty(RenderMode))
{
Expand Down

0 comments on commit 707ac24

Please sign in to comment.