fix: relocate MudPopoverProvider and dialog/snackbar providers to MainLayout to enable interactive Blazor circuit operations
TaxBaik CI/CD / build-and-deploy (push) Successful in 52s

This commit is contained in:
2026-06-30 23:02:27 +09:00
parent 62a7b2f2ef
commit f892b85b7e
2 changed files with 4 additions and 3 deletions
@@ -3,6 +3,10 @@
@inject IJSRuntime JS
@implements IDisposable
<MudPopoverProvider />
<MudDialogProvider />
<MudSnackbarProvider />
<MudLayout Class="admin-shell">
<MudAppBar Elevation="0" Class="admin-topbar">
<MudIconButton Icon="@Icons.Material.Filled.Menu"