This commit is contained in:
2024-10-31 18:50:35 -05:00
parent 09587b2f4d
commit e282566241
2 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ else
@code {
[CascadingParameter]
private Task<AuthenticationState> authenticationState { get; set; }
private Task<AuthenticationState> authenticationState { get; set; } = default!;
[Parameter]
[EditorRequired]