update searchablekeys prop names for project lookup

This commit is contained in:
John Mitchell 2020-08-05 11:23:44 -04:00 committed by John Mitchell
parent 495b4142c7
commit f24654fb26

View File

@ -130,8 +130,8 @@ function ProjectLookup({
key: 'name',
},
]}
toolbarSearchableKeys={searchableKeys}
toolbarRelatedSearchableKeys={relatedSearchableKeys}
searchableKeys={searchableKeys}
relatedSearchableKeys={relatedSearchableKeys}
options={projects}
optionCount={count}
multiple={state.multiple}