add back in searchable keys props to user token list

This commit is contained in:
John Mitchell 2020-08-05 10:54:39 -04:00 committed by John Mitchell
parent 5b362ef162
commit f15325aebf

View File

@ -140,6 +140,8 @@ function UserTokenList({ i18n }) {
key: 'modified',
},
]}
toolbarSearchableKeys={searchableKeys}
toolbarRelatedSearchableKeys={relatedSearchableKeys}
renderToolbar={props => (
<DataListToolbar
{...props}