From f24654fb262bba2894eb0555f870f64128feddde Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 5 Aug 2020 11:23:44 -0400 Subject: [PATCH] update searchablekeys prop names for project lookup --- awx/ui_next/src/components/Lookup/ProjectLookup.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}