Always use pagination for role mapping modal (#4414)

This commit is contained in:
Erik Jan de Wit 2023-02-16 15:49:39 +01:00 committed by GitHub
parent ea0a773659
commit 174b3af6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@
"assign": "Assign",
"unAssignRole": "Unassign",
"hideInheritedRoles": "Hide inherited roles",
"assignRolesTo": "Assign roles to {{client}} account",
"assignRolesTo": "Assign roles to {{client}}",
"inherent": "Inherited",
"unitLabel": "Select a time unit",
"times": {

View file

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