[frontend/components] Check for updates when opening about page

This commit is contained in:
Lilian 2024-11-17 03:11:57 +01:00 committed by Laura Hausmann
parent bd6972a0c3
commit 9a3a79ed2c
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -94,6 +94,7 @@
protected override async Task OnInitializedAsync() protected override async Task OnInitializedAsync()
{ {
_module = (IJSInProcessObjectReference)await Js.InvokeAsync<IJSObjectReference>("import", "./Components/ErrorUi.razor.js"); _module = (IJSInProcessObjectReference)await Js.InvokeAsync<IJSObjectReference>("import", "./Components/ErrorUi.razor.js");
CheckUpdate();
} }
private enum CheckState private enum CheckState