fix: add @rendermode InteractiveWebAssembly to all admin pages
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m14s
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m14s
Problem: Page components were not rendering content because @rendermode was only on App.razor and Routes.razor, not on individual @page components. Solution: Add @rendermode InteractiveWebAssembly to all admin page components to ensure they render interactively in WebAssembly context. Result: All admin pages now render their content correctly. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@page "/admin/inquiries/create"
|
||||
@rendermode InteractiveWebAssembly
|
||||
@attribute [Authorize]
|
||||
@using TaxBaik.Application.DTOs
|
||||
@using TaxBaik.WasmClient.Components.Admin.Forms
|
||||
|
||||
Reference in New Issue
Block a user