mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
Update awx/ui_next/src/components/Lookup/CredentialLookup.jsx
Co-authored-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
parent
8a2bf8c1fc
commit
7bff11379c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user