diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html
index daf7a34cc6..5a033a4000 100644
--- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html
+++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html
@@ -10,3 +10,4 @@
+
diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js
index bdd08384ab..229d7bb294 100644
--- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js
+++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js
@@ -65,10 +65,6 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
label: i18n._('Smart Host Filter'),
type: 'custom',
control: '',
- basePath: 'hosts',
- list: 'HostsList',
- sourceModel: 'host',
- sourceField: 'name',
required: true,
class: 'Form-formGroup--fullWidth'
},