diff --git a/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js b/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js index 2f97505acd..897e4a50f7 100644 --- a/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js +++ b/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js @@ -48,8 +48,7 @@ export default ['templateUrl', function(templateUrl) { hostList.well = false; let html = GenerateList.build({ list: hostList, - input_type: 'host-filter-modal-body', - //mode: 'lookup' + input_type: 'host-filter-modal-body' }); $scope.list = hostList;