diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js index a79bc5a620..4edf6ada5d 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js @@ -22,5 +22,5 @@ export default nestedHosts.name ]) .factory('GroupForm', groupFormDefinition) - .value('GroupList', groupListDefinition) + .factory('GroupList', groupListDefinition) .factory('GetHostsStatusMsg', GetHostsStatusMsg);