Small fix when denying a request with a reason, we wasn't updating the ui

This commit is contained in:
TidusJar 2019-01-21 14:06:30 +00:00
parent 1f59693c7e
commit 3e4b2a8e9f
3 changed files with 7 additions and 4 deletions

View file

@ -326,6 +326,7 @@ namespace Ombi.Core.Engine
return new RequestEngineResult
{
Result = true,
Message = "Request successfully deleted",
};
}