[frontend/components] Check for updates when opening about page
This commit is contained in:
parent
bd6972a0c3
commit
9a3a79ed2c
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@
|
|||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
_module = (IJSInProcessObjectReference)await Js.InvokeAsync<IJSObjectReference>("import", "./Components/ErrorUi.razor.js");
|
||||
CheckUpdate();
|
||||
}
|
||||
|
||||
private enum CheckState
|
||||
|
|
Loading…
Add table
Reference in a new issue