Always use pagination for role mapping modal (#4414)
This commit is contained in:
parent
ea0a773659
commit
174b3af6fc
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -138,7 +138,7 @@ export const AddRoleMappingModal = ({
|
|||
key={key}
|
||||
onSelect={(rows) => setSelectedRows([...rows])}
|
||||
searchPlaceholderKey="clients:searchByRoleName"
|
||||
isPaginated={filterType === "clients"}
|
||||
isPaginated
|
||||
searchTypeComponent={
|
||||
<ToolbarItem>
|
||||
<Dropdown
|
||||
|
|
Loading…
Reference in a new issue