...
This commit is contained in:
@@ -42,8 +42,10 @@ else
|
||||
private Web.Models.NoteDocument? doc;
|
||||
private bool loading = true;
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
protected override async Task OnParametersSetAsync()
|
||||
{
|
||||
loading = true;
|
||||
doc = null;
|
||||
doc = await DocsService.GetNoteAsync(Slug);
|
||||
loading = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user