Disable pagination for realm roles when filtering (#3775)

This commit is contained in:
Erik Jan de Wit 2022-11-15 11:20:45 -05:00 committed by GitHub
parent 3bc78de400
commit f7e5e4a9f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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