This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@inject NavigationManager Navigation
|
||||
@inject IJSRuntime JS
|
||||
@implements IDisposable
|
||||
|
||||
<div class="admin-shell">
|
||||
@@ -89,14 +88,6 @@
|
||||
if (firstRender && !firstRenderCompleted)
|
||||
{
|
||||
firstRenderCompleted = true;
|
||||
try
|
||||
{
|
||||
await JS.InvokeVoidAsync("taxbaikAdminSession.hideLoading");
|
||||
}
|
||||
catch
|
||||
{
|
||||
// Keep rendering even if the loading overlay helper is unavailable.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user