diff --git a/awx/ui_next/src/components/Lookup/InventoryLookup.jsx b/awx/ui_next/src/components/Lookup/InventoryLookup.jsx index a974f913f2..1fda150cb5 100644 --- a/awx/ui_next/src/components/Lookup/InventoryLookup.jsx +++ b/awx/ui_next/src/components/Lookup/InventoryLookup.jsx @@ -12,13 +12,23 @@ const getInventories = async params => InventoriesAPI.read(params); class InventoryLookup extends React.Component { render() { - const { value, tooltip, onChange, required, i18n } = this.props; + const { + value, + tooltip, + onChange, + required, + isValid, + helperTextInvalid, + i18n, + } = this.props; return ( {tooltip && } )}