bug fix: remove some functions calls from legacy upgrade

This commit is contained in:
Usman Nasir
2021-04-29 00:03:32 +05:00
parent 8b7a4d039e
commit e1728894fa
2 changed files with 15 additions and 5 deletions

View File

@@ -1723,6 +1723,7 @@ app.controller('listTableUsers', function ($scope, $http) {
};
$scope.controlUserState = function (userName, state) {
$scope.cyberpanelLoading = false;
var url = "/users/controlUserState";