Added auto refresh to image import

This commit is contained in:
Marcel Baumgartner
2024-06-27 12:01:41 +02:00
parent 326bd09662
commit 9eb9e047e1

View File

@@ -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)
{