Remove NavigationManager from BlogPost page
This commit is contained in:
parent
8970dc2db9
commit
05d1dcda4d
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ else
|
|||
}
|
||||
|
||||
@code {
|
||||
[Inject] private NavigationManager Nav { get; set; } = null!;
|
||||
|
||||
[Parameter] public required string Slug { get; set; }
|
||||
|
||||
public BlogPosts.Post? Post { get; set; }
|
||||
|
|
Loading…
Add table
Reference in a new issue