[frontend] Fix state issue in SingleNote view

This commit is contained in:
Lilian 2024-05-21 22:09:49 +02:00
parent c647224b32
commit 0c6de9bb2c
No known key found for this signature in database
GPG key ID: 007CA12D692829E1

View file

@ -56,6 +56,7 @@ else
protected override async Task OnParametersSetAsync() protected override async Task OnParametersSetAsync()
{ {
_init = false;
if (NoteId == null) if (NoteId == null)
{ {
_error = true; _error = true;