Fixed type in razor component. Updated action file with refactored version for better readability

This commit is contained in:
2026-03-13 09:01:45 +01:00
parent 4c2bead114
commit 7637ec4373
2 changed files with 45 additions and 43 deletions

View File

@@ -34,7 +34,7 @@
@if (SettingsResult.Succeeded)
{
<TabsContent Value="settings">
<<Moonlight.Frontend.Admin.Sys.Settings.Index/>
<Moonlight.Frontend.Admin.Sys.Settings.Index/>
</TabsContent>
}
@if (DiagnoseResult.Succeeded)