fix(render-mode): remove conflicting @rendermode directives from CMS layouts/pages and MainLayout

This commit is contained in:
Daniel Harvey
2026-05-19 01:33:30 -04:00
parent 4e781f7b56
commit 0c0ecfb101
5 changed files with 1 additions and 7 deletions
-2
View File
@@ -1,6 +1,4 @@
@page "/cms/tracks/{Id:int}"
@* InteractiveServer: page injects ITrackService in-process; ITokenService reads localStorage via JS interop over the circuit. *@
@rendermode InteractiveServer
@using AuthBlocksWeb.HierarchicalAuthorize
@using AuthBlocksWeb.Services
@using DeepDrftData