diff --git a/awx/ui_next/src/components/Lookup/ProjectLookup.jsx b/awx/ui_next/src/components/Lookup/ProjectLookup.jsx index e8a0a50122..23e8b32f9e 100644 --- a/awx/ui_next/src/components/Lookup/ProjectLookup.jsx +++ b/awx/ui_next/src/components/Lookup/ProjectLookup.jsx @@ -130,8 +130,8 @@ function ProjectLookup({ key: 'name', }, ]} - toolbarSearchableKeys={searchableKeys} - toolbarRelatedSearchableKeys={relatedSearchableKeys} + searchableKeys={searchableKeys} + relatedSearchableKeys={relatedSearchableKeys} options={projects} optionCount={count} multiple={state.multiple}