diff --git a/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js b/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js index 541c517b15..31e55fa992 100644 --- a/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js +++ b/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js @@ -182,7 +182,7 @@ $scope.$parent.groupsSelectedItems = selection.selectedItems; }); - $scope.copyMoveGroup = function(id){ + $scope.copyMoveGroup = function(){ // TODO: implement };