[frontend] Fix state issue in SingleNote view
This commit is contained in:
parent
c647224b32
commit
0c6de9bb2c
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ else
|
|||
|
||||
protected override async Task OnParametersSetAsync()
|
||||
{
|
||||
_init = false;
|
||||
if (NoteId == null)
|
||||
{
|
||||
_error = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue