Update navigation and remove sidebar in MainLayout
Updated the `OnAfterRenderAsync` method in `Index.razor` to navigate to `/receiver` instead of `/reportviewer`. Removed the sidebar containing the `<NavMenu />` component in `MainLayout.razor` and adjusted the `<main>` tag to directly contain the content.
This commit is contained in:
@@ -35,6 +35,6 @@
|
||||
return;
|
||||
|
||||
await Task.Delay(1200);
|
||||
NavigationManager.NavigateTo("/reportviewer");
|
||||
NavigationManager.NavigateTo("/receiver");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user