Added auto refresh to image import
This commit is contained in:
@@ -277,7 +277,7 @@
|
|||||||
await ToastService.Success($"Successfully imported '{image.Name}'");
|
await ToastService.Success($"Successfully imported '{image.Name}'");
|
||||||
|
|
||||||
await ImageUpload.RemoveSelection();
|
await ImageUpload.RemoveSelection();
|
||||||
//await Crud.Reload();
|
await Crud.Refresh();
|
||||||
}
|
}
|
||||||
catch (DisplayException)
|
catch (DisplayException)
|
||||||
{
|
{
|
||||||
@@ -313,7 +313,7 @@
|
|||||||
await ToastService.Success($"Successfully imported '{image.Name}'");
|
await ToastService.Success($"Successfully imported '{image.Name}'");
|
||||||
|
|
||||||
await EggUpload.RemoveSelection();
|
await EggUpload.RemoveSelection();
|
||||||
//await Crud.Reload();
|
await Crud.Refresh();
|
||||||
}
|
}
|
||||||
catch (DisplayException)
|
catch (DisplayException)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user