mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Small fix when denying a request with a reason, we wasn't updating the ui
This commit is contained in:
parent
1f59693c7e
commit
3e4b2a8e9f
3 changed files with 7 additions and 4 deletions
|
@ -326,6 +326,7 @@ namespace Ombi.Core.Engine
|
|||
|
||||
return new RequestEngineResult
|
||||
{
|
||||
Result = true,
|
||||
Message = "Request successfully deleted",
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue