Updated to latest mooncore version. Cleaned up some crud controllers and replaced DataTable with the new DataGrid component

This commit is contained in:
2025-09-16 12:09:20 +00:00
parent 8e242dc8da
commit 86bec7f2ee
21 changed files with 492 additions and 848 deletions

View File

@@ -58,7 +58,7 @@
private async Task OnValidSubmit()
{
await ThemeService.Create(Request);
await ThemeService.CreateAsync(Request);
await ToastService.Success("Successfully created theme");
NavigationManager.NavigateTo("/admin/system/customisation");