Skip to content

Commit

Permalink
fix: some warnings in user panel client
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-shirbandi committed Oct 6, 2023
1 parent 49ee5f3 commit fce6c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/4-Clients/UserPanel/App.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@using TaskoMask.Clients.UserPanel.Shared

<CascadingBlazoredModal FocusFirstElement="false" ContentScrollable="true" DisableBackgroundCancel="true">
<CascadingAuthenticationState>
Expand All @@ -21,7 +20,7 @@
</section>
</Authorizing>
<NotAuthorized>
<LoginRedirect></LoginRedirect>
<TaskoMask.Clients.UserPanel.Shared.LoginRedirect></TaskoMask.Clients.UserPanel.Shared.LoginRedirect>
</NotAuthorized>
</AuthorizeRouteView>
</Found>
Expand Down
2 changes: 1 addition & 1 deletion src/4-Clients/UserPanel/Shared/Authentication.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
</section>

@code {
[Parameter] public string? Action { get; set; }
[Parameter] public string Action { get; set; }
}

0 comments on commit fce6c81

Please sign in to comment.