mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Update awx/ui_next/src/components/Lookup/CredentialLookup.jsx
Co-authored-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
@@ -69,7 +69,7 @@ function CredentialLookup({
|
|||||||
).map(val => val.slice(0, -8)),
|
).map(val => val.slice(0, -8)),
|
||||||
searchableKeys: Object.keys(
|
searchableKeys: Object.keys(
|
||||||
actionsResponse.data?.actions?.GET || {}
|
actionsResponse.data?.actions?.GET || {}
|
||||||
).filter(key => actionsResponse.data?.actions?.GET[key].filterable),
|
).filter(key => actionsResponse.data?.actions?.GET[key]?.filterable),
|
||||||
};
|
};
|
||||||
}, [
|
}, [
|
||||||
credentialTypeId,
|
credentialTypeId,
|
||||||
|
|||||||
Reference in New Issue
Block a user