diff --git a/Moonlight/Features/Servers/UI/Views/Admin/Images/Index.razor b/Moonlight/Features/Servers/UI/Views/Admin/Images/Index.razor index 7851407a..7b0dd8d1 100644 --- a/Moonlight/Features/Servers/UI/Views/Admin/Images/Index.razor +++ b/Moonlight/Features/Servers/UI/Views/Admin/Images/Index.razor @@ -277,7 +277,7 @@ await ToastService.Success($"Successfully imported '{image.Name}'"); await ImageUpload.RemoveSelection(); - //await Crud.Reload(); + await Crud.Refresh(); } catch (DisplayException) { @@ -313,7 +313,7 @@ await ToastService.Success($"Successfully imported '{image.Name}'"); await EggUpload.RemoveSelection(); - //await Crud.Reload(); + await Crud.Refresh(); } catch (DisplayException) {