Revert not user realm roles are not paginated (#17619)
This commit is contained in:
parent
8d40e1a276
commit
7aede42b8d
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ export const AddRoleMappingModal = ({
|
|||
key={key}
|
||||
onSelect={(rows) => setSelectedRows([...rows])}
|
||||
searchPlaceholderKey="clients:searchByRoleName"
|
||||
isPaginated
|
||||
isPaginated={!(filterType === "roles" && type === "users")}
|
||||
searchTypeComponent={
|
||||
<ToolbarItem>
|
||||
<Dropdown
|
||||
|
|
Loading…
Reference in a new issue