completed client state invalidation in multi-user environment
This commit is contained in:
@ -189,7 +189,7 @@
|
||||
await htmltextservice.AddHtmlTextAsync(htmltext);
|
||||
}
|
||||
await logger.LogInformation("Html/Text Content Saved {HtmlText}", htmltext);
|
||||
NavigationManager.NavigateTo(NavigateUrl(Reload.Page));
|
||||
NavigationManager.NavigateTo(NavigateUrl());
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user