V0.1.3 #81
@@ -223,8 +223,8 @@
|
||||
private async Task HandleDelete()
|
||||
{
|
||||
//TODO: Add Message Box
|
||||
File.Delete(Path.Combine("wwwroot", _editedGlobalEntity.PicturePath));
|
||||
Dialog.Close(DialogResult.Ok((_editedGlobalEntity, true)));
|
||||
File.Delete(Path.Combine("wwwroot", GlobalEntity.PicturePath));
|
||||
Dialog.Close(DialogResult.Ok((GlobalEntity, true)));
|
||||
}
|
||||
|
||||
private bool CheckForChanges()
|
||||
|
||||
Reference in New Issue
Block a user