Browse Source

add Virgo UI change

intern04 2 weeks ago
parent
commit
6247f152b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VirgoUI/Models/Utility/Role/RoleManager.cs

+ 1 - 1
VirgoUI/Models/Utility/Role/RoleManager.cs

@@ -271,7 +271,7 @@ namespace VirgoUI.Client.Models.Utility.RolePage
             {
                 LOG.Error("UpdateRoles method failed, in RoleManager");
                 return false;
-            }
+            } 
 
             return true;
         }