Is paginated in for both types (#3446)

This commit is contained in:
Erik Jan de Wit 2022-10-03 12:38:46 +02:00 committed by GitHub
parent 7f6fc734e2
commit 249c6bbf02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ export const AddRoleMappingModal = ({
key={key}
onSelect={(rows) => setSelectedRows([...rows])}
searchPlaceholderKey="clients:searchByRoleName"
isPaginated={filterType === "clients"}
isPaginated
searchTypeComponent={
<ToolbarItem>
<Dropdown