mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
update searchablekeys prop names for project lookup
This commit is contained in:
committed by
John Mitchell
parent
495b4142c7
commit
f24654fb26
@@ -130,8 +130,8 @@ function ProjectLookup({
|
|||||||
key: 'name',
|
key: 'name',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
toolbarSearchableKeys={searchableKeys}
|
searchableKeys={searchableKeys}
|
||||||
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
relatedSearchableKeys={relatedSearchableKeys}
|
||||||
options={projects}
|
options={projects}
|
||||||
optionCount={count}
|
optionCount={count}
|
||||||
multiple={state.multiple}
|
multiple={state.multiple}
|
||||||
|
|||||||
Reference in New Issue
Block a user