diff --git a/awx/ui_next/src/components/Lookup/CredentialLookup.jsx b/awx/ui_next/src/components/Lookup/CredentialLookup.jsx index 22f7dc54a6..c67e0087c6 100644 --- a/awx/ui_next/src/components/Lookup/CredentialLookup.jsx +++ b/awx/ui_next/src/components/Lookup/CredentialLookup.jsx @@ -69,7 +69,7 @@ function CredentialLookup({ ).map(val => val.slice(0, -8)), searchableKeys: Object.keys( actionsResponse.data?.actions?.GET || {} - ).filter(key => actionsResponse.data?.actions?.GET[key].filterable), + ).filter(key => actionsResponse.data?.actions?.GET[key]?.filterable), }; }, [ credentialTypeId,