This commit is contained in:
Girish Ramakrishnan
2019-10-11 14:55:19 -07:00
parent 0e386d33b0
commit 36028632ac
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -684,7 +684,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
Client.error(error);
} else {
$('#uninstallModal').modal('hide');
Client.refreshAppCache($scope.app.id); // reflect the new app state immediately
Client.refreshAppCache($scope.app.id, function() {}); // reflect the new app state immediately
$location.path('/apps');
}