fix: fixed Globale Entity Delete
This commit is contained in:
@@ -223,8 +223,8 @@
|
|||||||
private async Task HandleDelete()
|
private async Task HandleDelete()
|
||||||
{
|
{
|
||||||
//TODO: Add Message Box
|
//TODO: Add Message Box
|
||||||
File.Delete(Path.Combine("wwwroot", _editedGlobalEntity.PicturePath));
|
File.Delete(Path.Combine("wwwroot", GlobalEntity.PicturePath));
|
||||||
Dialog.Close(DialogResult.Ok((_editedGlobalEntity, true)));
|
Dialog.Close(DialogResult.Ok((GlobalEntity, true)));
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool CheckForChanges()
|
private bool CheckForChanges()
|
||||||
|
|||||||
Reference in New Issue
Block a user